Method SDL.Event()->get()
- Method
get
int
get()- Description
Removes the next event (if any) from the queue and stores it in this SDL.Event object.
- Returns
1 if there was an event to 'get', otherwise 0.
int
get()
Removes the next event (if any) from the queue and stores it in this SDL.Event object.
1 if there was an event to 'get', otherwise 0.