dgame ~master (2017-03-31T06:11:13Z)
Home
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
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.