|
R-Type
|
Class representing a custom event wrapper for sf::Event. More...
#include <SfmlTypes.hpp>
Public Member Functions | |
| SEvent ()=default | |
| Default constructor for SEvent. More... | |
| sf::Event & | getEvent () override |
| Returns the wrapped sf::Event. More... | |
Public Attributes | |
| sf::Event::EventType & | type = _event.type |
| Reference to the EventType of the wrapped sf::Event. More... | |
Class representing a custom event wrapper for sf::Event.
|
default |
Default constructor for SEvent.
|
inlineoverridevirtual |
Returns the wrapped sf::Event.
Implements GameEngine::IEvent< sf::Event >.
| sf::Event::EventType& GameEngine::SEvent::type = _event.type |
Reference to the EventType of the wrapped sf::Event.