|
GlistEngine
|
#include <gWindowEvents.h>


Public Member Functions | |
| 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) |
Protected Member Functions | |
| gMouseButtonEvent (const int button, const int x, const int y) | |
Protected Attributes | |
| int | button |
| int | x |
| int | y |
Additional Inherited Members | |
Public Attributes inherited from gEvent | |
| bool | ishandled = false |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |