dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
WindowEvent.__anonymous
Dgame
Window
Event
WindowEvent
Undocumented in source.
struct
WindowEvent
union
__anonymous {
WindowSizeEvent
size
;
WindowMoveEvent
motion
;
}
Members
Variables
motion
WindowMoveEvent
motion
;
Motion Event
size
WindowSizeEvent
size
;
Size Event
Meta
Source
See Implementation
Dgame
Window
Event
WindowEvent
enums
Type
unions
__anonymous
variables
event