![]() |
Elevate Engine 1
|
#include <MouseEvent.h>
Public Member Functions | |
| int | GetMouseButton () const |
Public Member Functions inherited from Elevate::Event | |
| virtual EventType | GetEventType () const =0 |
| virtual const char * | GetName () const =0 |
| virtual int | GetCategoryFlags () const =0 |
| virtual std::string | ToString () const |
| bool | IsInCategory (EventCategory category) |
Protected Member Functions | |
| MouseButtonEvent (const int button) | |
Protected Attributes | |
| int | m_Button |
Protected Attributes inherited from Elevate::Event | |
| bool | m_Handled = false |
Additional Inherited Members | |
Public Attributes inherited from Elevate::Event | |
| bool | Handled = false |
Definition at line 52 of file MouseEvent.h.
|
inlineprotected |
Definition at line 59 of file MouseEvent.h.
|
inline |
Definition at line 55 of file MouseEvent.h.
|
protected |
Definition at line 62 of file MouseEvent.h.