Constructor
new Controller()
#
| source:
control/Controller.js, line 42
Builds a new Controller
with the given Rac
instance.
Classes
Members
knobRadius :number
#
| source:
control/Controller.js, line 66
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 58
Intance of Rac
used for drawing and passed along to any created
object.
(nullable) selection :Rac.Controller.Selection
#
| source:
control/Controller.js, line 87
Selection information for the currently selected control, or null
when there is no selection.