Nymph Game Engine
Chaiscript based Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Input::CursorEnterEvent Class Reference

Class for cursor enter event. More...

#include <cursor_enter_event.h>

Inheritance diagram for Input::CursorEnterEvent:
Events::Event

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...
 

Detailed Description

Class for cursor enter event.

Constructor & Destructor Documentation

Input::CursorEnterEvent::CursorEnterEvent ( )
inline

CursorEnterEvent constructor.

Member Function Documentation

static std::shared_ptr<CursorEnterEvent> Input::CursorEnterEvent::create ( )
inlinestatic

Factory function.

Returns
Newly created CursorEnterEvent

Referenced by generated::getCursorEnterEventModule(), and Input::InputSystem::pollForInput().


The documentation for this class was generated from the following file: