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. The returned value is the same that was used in AddWindowTimer() to create the timer.
Supported OS
All