Constructor
new Controller()
#
| source:
control/Controller.js, line 44
Builds a new Controller
with the given Rac
instance.
Classes
Members
knobRadius :number
#
| source:
control/Controller.js, line 68
Distance at which the pointer is considered to interact with a control knob. Also used by controls for drawing.
rac :Rac
#
| source:
control/Controller.js, line 60
Instance of Rac
used for drawing and passed along to any created
object.
(nullable) selection :Rac.Controller.Selection
#
| source:
control/Controller.js, line 90
Selection information for the currently selected control, or null
when there is no selection.