|
GlistEngine
|
#include <gWindowEvents.h>


Public Member Functions | |
| gMouseButtonPressedEvent (const int button, const int x, const int y) | |
Public Member Functions inherited from gMouseButtonEvent | |
| int | getMouseButton () const |
| int | getX () const |
| int | getY () const |
Public Member Functions inherited from gEvent | |
| virtual | ~gEvent ()=default |
| virtual const char * | getEventName () const =0 |
| virtual std::size_t | getEventType () const =0 |
| virtual int | getCategoryFlags () const =0 |
| bool | isInCategory (EventCategory category) |
Additional Inherited Members | |
Public Attributes inherited from gEvent | |
| bool | ishandled = false |
Protected Member Functions inherited from gMouseButtonEvent | |
| gMouseButtonEvent (const int button, const int x, const int y) | |
Protected Attributes inherited from gMouseButtonEvent | |
| int | button |
| int | x |
| int | y |
|
inline |