orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-panel
/
org.openrndr.panel
/
ControlManager
/
MouseInput
Mouse
Input
inner
class
MouseInput
(
source
)
Members
Constructors
Mouse
Input
Link copied to clipboard
constructor
(
)
Properties
click
Target
Link copied to clipboard
var
clickTarget
:
Element
?
drag
Target
Link copied to clipboard
var
dragTarget
:
Element
?
inside
Elements
Link copied to clipboard
val
insideElements
:
MutableSet
<
Element
>
last
Click
Link copied to clipboard
var
lastClick
:
Long
Functions
click
Link copied to clipboard
fun
click
(
event
:
MouseEvent
)
drag
Link copied to clipboard
fun
drag
(
event
:
MouseEvent
)
move
Link copied to clipboard
fun
move
(
event
:
MouseEvent
)
press
Link copied to clipboard
fun
press
(
event
:
MouseEvent
)
scroll
Link copied to clipboard
fun
scroll
(
event
:
MouseEvent
)