Defines the camera the input is attached to.
Gets or Set the mouse wheel precision or how fast is the camera zooming.
Attach the input controls to a specific dom element to get the input from.
OptionalnoPreventDefault: booleanDefines whether event caught by the controls should call preventdefault() (https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault)
Update the current camera state depending on the inputs that have been used this frame. This is a dynamically created lambda to avoid the performance penalty of looping for inputs in the render loop.
Detaches the current controls from the specified DOM element.
Gets the class name of the current input.
the class name
Get the friendly name associated with the input class.
the input friendly name
Manage the mouse inputs to control the movement of a PivotTargetCamera.
See
http://doc.babylonjs.com/how_to/customizing_camera_inputs