API / geotoolkit / controls / tools / PointerMode / PointerMode
tools.PointerMode.PointerMode
Enums of Pointer Selection Mode
Enumeration Members
• Click = "click"
Click will select if the object is under the pointer while clicking
• DoubleClick = "doubleclick"
DoubleClick will select if the object is double clicked
• Hover = "hover"
Hover will select if the object is under the mouse pointer
• MouseDown = "mousedown"
MouseDown will select if the object pressed under the pointer
• MouseUp = "mouseup"
MouseUp will select if the object released under the pointer
• TapHold = "taphold"
TapHold will select if the object is long pressed