nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Event.SizeEvent
nudsfml
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
nudsfml
window
event
Event
enums
Type
structs
JoystickButtonEvent
JoystickConnectEvent
JoystickMoveEvent
KeyEvent
MouseButtonEvent
MouseMoveEvent
MouseWheelEvent
MouseWheelScrollEvent
SensorEvent
SizeEvent
TextEvent
TouchEvent
unions
__anonymous
variables
type
Size events parameters (Resized)