WindowEvent

data class WindowEvent(val type: WindowEventType, val position: Vector2, val size: Vector2, val focused: Boolean)(source)

window event message

Constructors

Link copied to clipboard
constructor(type: WindowEventType, position: Vector2, size: Vector2, focused: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard