Class: RotatorEvent

Mapspace.control. RotatorEvent

Events emitted by Mapspace.control.Rotator.


new RotatorEvent(type, value, dragging, ctrlKey)

Parameters:
Name Type Description
type string

Event type.

value number

Value.

dragging boolean

If dragging or not.

ctrlKey boolean

If CTRL key is pressed.

Source:
mapspace/events.js

Extends

Members


ctrlKey :boolean

If CTRL key is pressed.

Source:
mapspace/events.js

dragging :boolean

If it is dragging or not.

Source:
mapspace/events.js

value :number

The value.

Source:
mapspace/events.js