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

Class for cursor leave event. More...

#include <cursor_leave_event.h>

Inheritance diagram for Input::CursorLeaveEvent:
Events::Event

Public Member Functions

 CursorLeaveEvent ()
 CusrorLeaveEvent 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
< CursorLeaveEvent
create ()
 Factory function. More...
 

Detailed Description

Class for cursor leave event.

Constructor & Destructor Documentation

Input::CursorLeaveEvent::CursorLeaveEvent ( )
inline

CusrorLeaveEvent constructor.

Member Function Documentation

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

Factory function.

Returns
A newly constructed CursorLeaveEvent

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


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