dsfml ~master (2017-10-11T01:10:36Z)
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
MouseWheelScrollEvent
SensorEvent
SizeEvent
TextEvent
TouchEvent
unions
__anonymous
variables
type
Size events parameters (Resized)