Main.doEvent

Processes a single GDK event. This is public only to allow filtering of events between GDK and GTK+. You will not usually need to call this function directly. While you should not call this function directly, you might want to know how exactly events are handled. So here is what this function

class Main
static
void
doEvent

Parameters

event Event

An event to process (normally passed by GDK)

Meta