Key

Undocumented in source.

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