dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
WindowSizeEvent
Dgame
Window
Event
The Window size Event structure.
struct
WindowSizeEvent {
int
width
;
int
height
;
}
Members
Variables
height
int
height
;
The new height
width
int
width
;
The new width
Meta
Source
See Implementation
Dgame
Window
Event
functions
_translate
structs
ControllerAxisEvent
ControllerButtonEvent
ControllerDeviceEvent
Event
JoystickAxisEvent
JoystickButtonEvent
JoystickDeviceEvent
JoystickHatEvent
KeyboardEvent
MouseButtonEvent
MouseMotionEvent
MouseWheelEvent
TouchFingerEvent
WindowEvent
WindowMoveEvent
WindowSizeEvent
unions
ControllerUnion
JoystickUnion
MouseUnion
The Window size Event structure.