novelate ~master (2020-01-27T20:34:58Z)
Home
Dub
Repo
ExternalSizeEvent
novelate
external
core
Size events parameters (Resized)
struct
ExternalSizeEvent {
uint
width
;
uint
height
;
}
Members
Variables
height
uint
height
;
New height, in pixels
width
uint
width
;
New width, in pixels
Meta
Source
See Implementation
novelate
external
core
classes
ExternalEventManager
ExternalEventState
enums
ExternalEventType
KeyboardKey
MouseButton
structs
ExternalJoystickButtonEvent
ExternalJoystickConnectEvent
ExternalJoystickMoveEvent
ExternalKeyEvent
ExternalMouseButtonEvent
ExternalMouseMoveEvent
ExternalMouseWheelEvent
ExternalSizeEvent
ExternalTextEvent
FloatVector
IntVector
Paint
UintVector
Size events parameters (Resized)