openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-application
/
org.openrndr
/
WindowEvent
Window
Event
@
JvmRecord
data
class
WindowEvent
(
val
type
:
WindowEventType
,
val
position
:
Vector2
,
val
size
:
Vector2
,
val
focused
:
Boolean
)
(
source
)
window event message
Members
Constructors
Window
Event
Link copied to clipboard
constructor
(
type
:
WindowEventType
,
position
:
Vector2
,
size
:
Vector2
,
focused
:
Boolean
)
Properties
focused
Link copied to clipboard
val
focused
:
Boolean
position
Link copied to clipboard
val
position
:
Vector2
size
Link copied to clipboard
val
size
:
Vector2
type
Link copied to clipboard
val
type
:
WindowEventType