|
LMMS
|
#include <pugl.h>
Public Attributes | |
| PuglEventType | type |
| PUGL_TIMER | |
| PuglEventFlags | flags |
| Bitwise OR of PuglEventFlag values. | |
| uintptr_t | id |
| Timer ID. | |
Timer event.
This event is sent at the regular interval specified in the call to puglStartTimer() that activated it.
The id is the application-specific ID given to puglStartTimer() which distinguishes this timer from others. It should always be checked in the event handler, even in applications that register only one timer.
| PuglEventFlags PuglTimerEvent::flags |
Bitwise OR of PuglEventFlag values.
| uintptr_t PuglTimerEvent::id |
Timer ID.
| PuglEventType PuglTimerEvent::type |