cobox-wm v0.0.2 (2015-05-28T11:26:58Z)
Dub
Repo
Button
events
mouse
Undocumented in source.
struct
Button {
uint
click
;
uint
mask
;
uint
button
;
void
function
(
const
Arg
*
a
)
func
;
const
Arg
arg
;
this
(uint click, uint mask, uint button, void function(const Arg* a) func);
this
(uint click, uint mask, uint button, void function(const Arg* a) func, T arg);
}
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
Source
See Implementation
events
mouse
classes
MouseEvents
functions
movemouse
resizemouse
manifest constants
BUTTONMASK
MOUSEMASK
structs
Button