Public Members | |||
EventQueue ( ) | |||
int | PostEvent (BMessage * msg, bool canskip) | ||
Post an event without blocking. | |||
BMessage* | GetEvent () | ||
Poll for events. More... |
With D_LOOP_MODE=1 we are posting event directly from the native layer to the Java event queue, so this is not needed.
EventQueue::EventQueue () [inline]
|
int EventQueue::PostEvent (BMessage * msg, bool canskip) [inline]
|
Post an event without blocking.
BMessage * EventQueue::GetEvent () [inline]
|
Poll for events.
It may or may not block depending on the BLOCKING define