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.elements
/
Slider
/
ValueChangedEvent
Value
Changed
Event
class
ValueChangedEvent
(
val
source
:
Slider
,
val
interactive
:
Boolean
,
val
oldValue
:
Double
,
val
newValue
:
Double
)
(
source
)
Members
Constructors
Value
Changed
Event
Link copied to clipboard
constructor
(
source
:
Slider
,
interactive
:
Boolean
,
oldValue
:
Double
,
newValue
:
Double
)
Properties
interactive
Link copied to clipboard
val
interactive
:
Boolean
new
Value
Link copied to clipboard
val
newValue
:
Double
old
Value
Link copied to clipboard
val
oldValue
:
Double
source
Link copied to clipboard
val
source
:
Slider