SmartEyeglass SDK
public static interface

Control.KeyCodes

Class Overview

Interface used to define constants for keycodes

Summary

Constants
int KEYCODE_PLAY Keycode representing a play button
int KEYCODE_NEXT Keycode representing a next button
int KEYCODE_PREVIOUS Keycode representing a previous button
int KEYCODE_ACTION Keycode representing an action button
int KEYCODE_VOLUME_DOWN Keycode representing a volume down button
int KEYCODE_VOLUME_UP Keycode representing a volume up button
int KEYCODE_BACK Keycode representing a back button
int KEYCODE_OPTIONS Keycode representing an options button

Constants

public static final int KEYCODE_PLAY

Keycode representing a play button

Constant Value: 1 (0x00000001)

public static final int KEYCODE_NEXT

Keycode representing a next button

Constant Value: 2 (0x00000002)

public static final int KEYCODE_PREVIOUS

Keycode representing a previous button

Constant Value: 3 (0x00000003)

public static final int KEYCODE_ACTION

Keycode representing an action button

Constant Value: 4 (0x00000004)

public static final int KEYCODE_VOLUME_DOWN

Keycode representing a volume down button

Constant Value: 5 (0x00000005)

public static final int KEYCODE_VOLUME_UP

Keycode representing a volume up button

Constant Value: 6 (0x00000006)

public static final int KEYCODE_BACK

Keycode representing a back button

Constant Value: 7 (0x00000007)

public static final int KEYCODE_OPTIONS

Keycode representing an options button

Constant Value: 8 (0x00000008)