com.nutiteq.controls
Interface ControlKeys


public interface ControlKeys

Defines internal action codes used by library. Used by application for keys mapping.


Field Summary
static int MOVE_DOWN_KEY
          Code for move map down key
static int MOVE_LEFT_KEY
          Code for move map left key
static int MOVE_RIGHT_KEY
          Code for move map right key
static int MOVE_UP_KEY
          Code for move map up key
static int NO_ACTION_KEY
           
static int SELECT_KEY
          Select key
static int ZOOM_IN_KEY
          Code for zoom in key
static int ZOOM_OUT_KEY
          Code for zoom out key
 

Field Detail

NO_ACTION_KEY

static final int NO_ACTION_KEY
See Also:
Constant Field Values

MOVE_UP_KEY

static final int MOVE_UP_KEY
Code for move map up key

See Also:
Constant Field Values

MOVE_DOWN_KEY

static final int MOVE_DOWN_KEY
Code for move map down key

See Also:
Constant Field Values

MOVE_LEFT_KEY

static final int MOVE_LEFT_KEY
Code for move map left key

See Also:
Constant Field Values

MOVE_RIGHT_KEY

static final int MOVE_RIGHT_KEY
Code for move map right key

See Also:
Constant Field Values

ZOOM_IN_KEY

static final int ZOOM_IN_KEY
Code for zoom in key

See Also:
Constant Field Values

ZOOM_OUT_KEY

static final int ZOOM_OUT_KEY
Code for zoom out key

See Also:
Constant Field Values

SELECT_KEY

static final int SELECT_KEY
Select key

See Also:
Constant Field Values