|
Nymph Game Engine
Chaiscript based Game Engine
|
Class for cursor enter event. More...
#include <cursor_enter_event.h>
Public Member Functions | |
| CursorEnterEvent () | |
| CursorEnterEvent constructor. More... | |
Public Member Functions inherited from Events::Event | |
| Event (const EventType &type) | |
| Event constructor. More... | |
| EventType | getEventType () const |
| Gets the event type. More... | |
Static Public Member Functions | |
| static std::shared_ptr < CursorEnterEvent > | create () |
| Factory function. More... | |
Class for cursor enter event.
|
inline |
CursorEnterEvent constructor.
|
inlinestatic |
Factory function.
Referenced by generated::getCursorEnterEventModule(), and Input::InputSystem::pollForInput().