EventTimer()
Syntax
Timer = EventTimer()Description
After an event of type #PB_Event_Timer (returned by WindowEvent() or WaitWindowEvent()), use this function to determine which timer caused the event.
Parameters
None.
Return value
The same value that was used in AddWindowTimer() to create the timer.
See Also
AddWindowTimer()
Supported OS
All