Determine the widgets involved in an event
int PtEventHandler( PhEvent_t *event );
This function determines which widgets were involved in an event and invokes the appropriate callback functions. By doing this, the function enables widgets to interact with the user and to repair themselves when they've been exposed.
See PhEventNext().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhEventNext(), PhEventPeek(), PhEventRead()