MCPcopy Create free account
hub / github.com/buggins/coolreader / forwardSystemEvents

Method forwardSystemEvents

crengine/include/crgui.h:485–485  ·  view source on GitHub ↗

forward events from system queue to application queue

Source from the content-addressed store, hash-verified

483 public:
484 /// forward events from system queue to application queue
485 virtual void forwardSystemEvents( bool waitForEvent ) { }
486 /// post application event to message queue
487 virtual void postEvent( CRGUIEvent * event );
488 /// peeks head of application message queue, w/o removing from queue (returns NULL if no events in queue)

Callers 1

handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected