Class: HighlightController

HighlightController(worldWindow)

Monitors mouse-move and touch-device tap events and highlights shapes they identify.

Constructor

new HighlightController(worldWindow)

Constructs a highlight controller and associates it with a specified WorldWindow.
Parameters:
Name Type Description
worldWindow WorldWindow The WorldWindow to monitor for mouse-move and tap events.
Source:
Throws:
If the specified WorldWindow is null or undefined.
Type
ArgumentError

Members

(readonly) worldWindow :WorldWindow

This controller's WorldWindow
Type:
Source: