public abstract class MapMouseGesture extends AbstractMapGesture
Copyright 2013 Partner Software, Inc.
| Constructor and Description |
|---|
MapMouseGesture(MapApp app,
boolean altUsed,
boolean controlUsed,
boolean shiftUsed,
boolean leftButtonUsed,
boolean middleButtonUsed,
boolean rightButtonUsed) |
MapMouseGesture(MapApp app,
MapMouseEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeftButtonUsed() |
boolean |
isMiddleButtonUsed() |
boolean |
isRightButtonUsed() |
getApp, isAltUsed, isControlUsed, isShiftUsedpublic MapMouseGesture(MapApp app, boolean altUsed, boolean controlUsed, boolean shiftUsed, boolean leftButtonUsed, boolean middleButtonUsed, boolean rightButtonUsed)
public MapMouseGesture(MapApp app, MapMouseEvent event)