cobox-wm ~master (2021-10-25T12:06:03.7891088)
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