Button

Undocumented in source.

Constructors

this
this(uint click, uint mask, uint button, void function(const Arg* a) func)
Undocumented in source.
this
this(uint click, uint mask, uint button, void function(const Arg* a) func, T arg)
Undocumented in source.

Members

Variables

arg
Arg arg;
Undocumented in source.
button
uint button;
Undocumented in source.
click
uint click;
Undocumented in source.
func
void function(const Arg* a) func;
Undocumented in source.
mask
uint mask;
Undocumented in source.

Meta