24 #ifndef __LowLevelEventUtils__ 25 #define __LowLevelEventUtils__ 28 namespace LowLevelEventUtils
34 bool CheckEventQueueForPendingEvents();
37 bool CheckEventQueueForUserCancel();
42 enum { idleTaskWakeupEventSubtype = 1337 };
43 enum { eventLoopWakeupEventSubtype = 1338 };
44 void PostEventToWakeUpMainEventQueue(
short eventSubType = idleTaskWakeupEventSubtype,
bool postToFrontofQueue =
false);
53 #endif // __LowLevelEventUtils__