- currentContext
GraphicsContext currentContext()
Undocumented in source. Be warned that the author may not have intended to support it.
- on
void on(void delegate(XEvent*)[int] handlers)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
void on(x11.X.Window window, void delegate(XEvent*)[int] handlers)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
void on(x11.X.Window window, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- processEvents
void processEvents(void delegate(XEvent*) handleAll, bool syncNext)
Undocumented in source. Be warned that the author may not have intended to support it.