openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
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