Last updated

API / geotoolkit / controls / tools / PointerMode / PointerMode

Enumeration: PointerMode

tools.PointerMode.PointerMode

Enums of Pointer Selection Mode

Table of contents

Enumeration Members

Contents

Enumeration Members

Click

Click = "click"

Click will select if the object is under the pointer while clicking


DoubleClick

DoubleClick = "doubleclick"

DoubleClick will select if the object is double clicked


Hover

Hover = "hover"

Hover will select if the object is under the mouse pointer


MouseDown

MouseDown = "mousedown"

MouseDown will select if the object pressed under the pointer


MouseUp

MouseUp = "mouseup"

MouseUp will select if the object released under the pointer


TapHold

TapHold = "taphold"

TapHold will select if the object is long pressed