novelate v0.0.2 (2020-01-22T19:34:01Z)
Home
Dub
Repo
Event.SizeEvent
dsfml
window
event
Event
Size events parameters (Resized)
struct
Event
struct
SizeEvent {
uint
width
;
uint
height
;
}
Members
Variables
height
uint
height
;
New height, in pixels
width
uint
width
;
New width, in pixels
Meta
Source
See Implementation
dsfml
window
event
Event
enums
EventType
structs
JoystickButtonEvent
JoystickConnectEvent
JoystickMoveEvent
KeyEvent
MouseButtonEvent
MouseMoveEvent
MouseWheelEvent
SizeEvent
TextEvent
unions
__anonymous
variables
type
Size events parameters (Resized)