| kodi
    | 
Handle returned by the event scanner to control scan timing. More...
#include <EventPollHandle.h>
| Public Member Functions | |
| CEventPollHandle (IEventPollCallback &callback) | |
| Create an active polling handle. | |
| ~CEventPollHandle () | |
| Handle is automatically released when this class is destructed. | |
| void | Activate () | 
| Activate handle. | |
| void | Deactivate () | 
| Deactivate handle. | |
| void | HandleEvents (bool bWait) | 
| Trigger a scan for events.  More... | |
Handle returned by the event scanner to control scan timing.
When held, this allows one to control the timing of when events are handled.
| void CEventPollHandle::HandleEvents | ( | bool | bWait | ) | 
Trigger a scan for events.
| bWait | If true, this blocks until all events are handled | 
 1.8.13
 1.8.13