dg2d ~master (2021-09-28T12:26:04.0230033)
Dub
Repo
MouseMsg
window
Undocumented in source.
struct
MouseMsg {
MouseEvent
event
;
int
x
;
int
y
;
int
w
;
bool
focused
;
bool
left
;
bool
middle
;
bool
right
;
bool
shift
;
bool
ctrl
;
bool
alt
;
bool
super_
;
}
Members
Variables
alt
bool
alt
;
Undocumented in source.
ctrl
bool
ctrl
;
Undocumented in source.
event
MouseEvent
event
;
Undocumented in source.
focused
bool
focused
;
Undocumented in source.
left
bool
left
;
Undocumented in source.
middle
bool
middle
;
Undocumented in source.
right
bool
right
;
Undocumented in source.
shift
bool
shift
;
Undocumented in source.
super_
bool
super_
;
Undocumented in source.
w
int
w
;
wheel offset, down is positive, up is negative
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
window
aliases
ButtonClick
determineWindowingBackend
classes
Button
Label
Widget
enums
MouseEvent
WindowingBackend
functions
createPlatformWindow
loadPlatformWindow
redetermineWindowingBackend
runMainLoop
interfaces
IWindow
structs
MouseMsg