1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
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 com
.sprintpcs
.lcdui
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
16 public class ExternalCanvas
19 public static final int AUTO_LCD
=
23 public static final int EXTERNAL_A
=
27 public static final int EXTERNAL_B
=
31 public static final int EXTERNAL_C
=
35 public static final int EXTERNAL_D
=
39 public static final int KEY_FAST_FORWARD
=
43 public static final int KEY_MUTE
=
47 public static final int KEY_PAUSE
=
51 public static final int KEY_PLAY
=
55 public static final int KEY_PLAY_PAUSE
=
59 public static final int KEY_REWIND
=
63 public static final int KEY_STOP
=
67 public static final int KEY_TRACK_BACK
=
71 public static final int KEY_TRACK_FORWARD
=
75 public static final int PRIMARY_LCD
=
79 public static final int SECONDARY_LCD
=
83 public void setLCD(int __mode
)
84 throws IllegalArgumentException
86 throw Debugging
.todo();