25#ifndef SFML_WINDOWLISTENER_HPP
26#define SFML_WINDOWLISTENER_HPP
31#include <SFML/Config.hpp>
Event defines a system event and its parameters.
Base class for classes that want to receive events from a window (for internal use only).
virtual ~WindowListener()
Destructor.
virtual void OnEvent(const Event &EventReceived)=0
Called each time an event is received from attached window.