Logo


search API (or start typing anywhere)


WindowEvent

snow.types.WindowEvent defined in snow.types.Types

A system window event


class
meta: @:allow(snow.Snow)


 

Members


timestamp
timestamp : Float
The time in seconds that this event occured, useful for deltas
type
type : snow.types.WindowEventType
The type of window event this was.
window_id
window_id : Int
The window id from which this event originated
x
x : Null<Int>
Potential window event data
y
y : Null<Int>
Potential window event data

Methods