atelier ~master (2021-08-24T13:35:22Z)
Dub
Repo
Knob.setAngles
atelier
ui
knob
Knob
Sets the min and max angles that the knob can rotate.
class
Knob
void
setAngles
(
float
minAngle
,
float
maxAngle
)
Meta
Source
See Implementation
atelier
ui
knob
Knob
constructors
this
functions
draw
isInside
onEvent
setAngles
update
properties
fvalue
ivalue
knobAngle
max
min
step
value01
variables
_isGrabbed
_knobAngle
_lastCursorPosition
_lastValue
_max
_maxAngle
_min
_minAngle
_step
_value
Sets the min and max angles that the knob can rotate.