cobox-wm v0.0.2 (2015-05-28T11:26:58Z)
Dub
Repo
EventHandler
events
handler
Undocumented in source.
class
EventHandler {
KeyboardEvents
keyboard
;
MouseEvents
mouse
;
this
(KeyboardEvents keyboardEvents, MouseEvents mouseEvents);
void
function
(
XEvent
*)[
LASTEvent
]
handler
;
void
listen
(XEvent* ev);
}
Constructors
this
this
(KeyboardEvents keyboardEvents, MouseEvents mouseEvents)
Undocumented in source.
Members
Functions
listen
void
listen
(XEvent* ev)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handler
void
function
(
XEvent
*)[
LASTEvent
]
handler
;
Undocumented in source.
keyboard
KeyboardEvents
keyboard
;
Undocumented in source.
mouse
MouseEvents
mouse
;
Undocumented in source.
Meta
Source
See Implementation
events
handler
classes
EventHandler
functions
configurenotify
configurerequest
destroynotify
enternotify
expose
focusin
mappingnotify
maprequest
motionnotify
propertynotify
unmapnotify