cobox-wm ~develop (2022-04-23T20:02:44.0080431)
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