SimpleWindow.postEvent

Post event to queue. It is safe to call this from non-UI threads. if replace is true, replace all existing events typed ET with the new one (if evt is empty, remove 'em all) Returns true if event was queued. Always returns false if evt is null.

class SimpleWindow
bool
postEvent
(
ET : Object
)
(
ET evt
,
bool replace = false
)
Suggestion Box / Bug Report