1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package cc
.squirreljme
.jvm
.mle
.constants
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Exported
;
15 * This interface contains identifiers for non-standard keys.
20 public interface NonStandardKey
32 /** Unknown, zero is the invalid index so always make it known. */
37 /** The up arrow key. */
42 /** Down arrow key. */
47 /** Left arrow key. */
52 /** Right arrow key. */
182 /** Game Virtual Left Command. */
184 byte VGAME_COMMAND_LEFT
=
187 /** Game Virtual Right Command. */
189 byte VGAME_COMMAND_RIGHT
=
192 /** Game virtual Center Command. */
194 byte VGAME_COMMAND_CENTER
=
197 /** Game virtual open LCDUI inspector. */
199 byte VGAME_LCDUI_INSPECTOR
=
210 NonStandardKey
.F24
- 24;
215 NonStandardKey
.F1
+ 1;
220 NonStandardKey
.F1
+ 2;
225 NonStandardKey
.F1
+ 11;
230 NonStandardKey
.F1
+ 12;