struct Espresso::WindowScaleEvent
- Espresso::WindowScaleEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event triggered when the a window's content scale changes.
Defined in:
espresso/events/window_scale_event.crInstance Method Summary
-
#scale : Scale
The new content scale of the window.
-
#x : Float32
The new x-axis content scale of the window.
-
#y : Float32
The new y-axis content scale of the window.