hxdefold API documentation
View source
typedef
WindowEventData
package
defold
import
defold.Window
Window event data, used in
Window.set_listener
callbacks.
Fields
@:optional
optional
width
:
Null
<
Int
>
The width of a resize event. null otherwise.
@:optional
optional
height
:
Null
<
Int
>
The height of a resize event. null otherwise.