
Public Member Functions | |
| bool | PollEvent (SDL_Event *event) |
| Polls for currently pending events, and returns true if there are any pending events, or false if there are none available. | |
| bool | PeepEvent (SDL_Event *event) |
| Checks if an event is in the queue. | |
| int | WaitEvent (SDL_Event *event) |
| Waits indefinitely for the next available event. | |
|
|
Checks if an event is in the queue. If there is, it will be copied into the event structure, WITHOUT being removed from the event queue.
Reimplemented from PG_SDLEventSupplier. Definition at line 90 of file paradialog.cpp. References peekEvent(). |
|
|
Polls for currently pending events, and returns true if there are any pending events, or false if there are none available. If event is not NULL, the next event is removed from the queue and stored in that area.
Reimplemented from PG_SDLEventSupplier. Definition at line 76 of file paradialog.cpp. References PG_SDLEventSupplier::CombineMouseMotionEvents(), and getQueuedEvent(). |
|
|
Waits indefinitely for the next available event.
Reimplemented from PG_SDLEventSupplier. Definition at line 100 of file paradialog.cpp. References PG_SDLEventSupplier::CombineMouseMotionEvents(), getQueuedEvent(), and releasetimeslice(). |
1.4.2