cobox-wm v0.0.2 (2015-05-28T11:26:58Z)
Dub
Repo
Key
events
keyboard
Undocumented in source.
struct
Key {
uint
mod
;
KeySym
keysym
;
void
function
(
const
Arg
*
a
)
func
;
const
Arg
arg
;
this
(uint mod, KeySym keysym, void function(const Arg* a) func);
this
(uint mod, KeySym keysym, void function(const Arg* a) func, T arg);
}
Constructors
this
this
(uint mod, KeySym keysym, void function(const Arg* a) func)
Undocumented in source.
this
this
(uint mod, KeySym keysym, void function(const Arg* a) func, T arg)
Undocumented in source.
Members
Variables
arg
Arg
arg
;
Undocumented in source.
func
void
function
(
const
Arg
*
a
)
func
;
Undocumented in source.
keysym
KeySym
keysym
;
Undocumented in source.
mod
uint
mod
;
Undocumented in source.
Meta
Source
See Implementation
events
keyboard
classes
KeyboardEvents
structs
Key