public interface

Keys

com.neomades.app.Keys
Known Indirect Subclasses

Class Overview

Key code constants

Summary

Constants
int KEY_BACK
int KEY_CALL
int KEY_CLEAR
int KEY_DOWN
int KEY_END
int KEY_FIRE
int KEY_LEFT
int KEY_MENU
int KEY_NUM0
int KEY_NUM1
int KEY_NUM2
int KEY_NUM3
int KEY_NUM4
int KEY_NUM5
int KEY_NUM6
int KEY_NUM7
int KEY_NUM8
int KEY_NUM9
int KEY_POUND
int KEY_RIGHT
int KEY_SOFT_LEFT
int KEY_SOFT_RIGHT
int KEY_STAR
int KEY_UP

Constants

public static final int KEY_BACK

Constant Value: -9 (0xfffffff7)

public static final int KEY_CALL

Constant Value: -10 (0xfffffff6)

public static final int KEY_CLEAR

Constant Value: -8 (0xfffffff8)

public static final int KEY_DOWN

Constant Value: -2 (0xfffffffe)

public static final int KEY_END

Constant Value: -11 (0xfffffff5)

public static final int KEY_FIRE

Constant Value: -5 (0xfffffffb)

public static final int KEY_LEFT

Constant Value: -3 (0xfffffffd)

public static final int KEY_MENU

Constant Value: -12 (0xfffffff4)

public static final int KEY_NUM0

Constant Value: 48 (0x00000030)

public static final int KEY_NUM1

Constant Value: 49 (0x00000031)

public static final int KEY_NUM2

Constant Value: 50 (0x00000032)

public static final int KEY_NUM3

Constant Value: 51 (0x00000033)

public static final int KEY_NUM4

Constant Value: 52 (0x00000034)

public static final int KEY_NUM5

Constant Value: 53 (0x00000035)

public static final int KEY_NUM6

Constant Value: 54 (0x00000036)

public static final int KEY_NUM7

Constant Value: 55 (0x00000037)

public static final int KEY_NUM8

Constant Value: 56 (0x00000038)

public static final int KEY_NUM9

Constant Value: 57 (0x00000039)

public static final int KEY_POUND

Constant Value: 35 (0x00000023)

public static final int KEY_RIGHT

Constant Value: -4 (0xfffffffc)

public static final int KEY_SOFT_LEFT

Constant Value: -6 (0xfffffffa)

public static final int KEY_SOFT_RIGHT

Constant Value: -7 (0xfffffff9)

public static final int KEY_STAR

Constant Value: 42 (0x0000002a)

public static final int KEY_UP

Constant Value: -1 (0xffffffff)