Arkanoid Remake
1.0
|
Event data structure. More...
#include <sdltk.h>
Public Member Functions | |
EventData () | |
Constructor: set class attributes to default values. | |
Public Attributes | |
EventType | Type |
Event type (see EventType) | |
Coords | Point |
Coordinates at which the event occurred (see Point) | |
int | Button |
Mouse/keyboard button (see Button) | |
EventAction | Action |
Event action type (see EventAction) | |
Event data structure.