?? gameinterface.java
字號(hào):
//#
//#elif SE_K500
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=128;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=160;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -6;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -7;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -2;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -3;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -4;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -5;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/SE_K500/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=20;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 16;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getFont(Font.STYLE_PLAIN, Font.FACE_SYSTEM, Font.SIZE_SMALL);
//#elif SE_K300
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=128;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=128;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -6;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -7;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -2;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -3;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -4;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -5;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/SE_K300/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=16;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 16;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getFont(Font.STYLE_PLAIN, Font.FACE_SYSTEM, Font.SIZE_SMALL);
//#elif SAMSUNG_D508
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=176;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=220;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -6;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -7;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -2;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -3;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -4;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -5;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/SAMSUNG_D508/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=20;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 16;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getFont(Font.STYLE_PLAIN, Font.FACE_SYSTEM, Font.SIZE_SMALL);
//#
//#elif SAMSUNG_E108
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=128;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=140;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -6;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -7;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -2;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -3;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -4;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -5;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/SAMSUNG_E108/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=16;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 16;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getDefaultFont();
//#elif MOTO_C650
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=128;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=116;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -22;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -21;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -6;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -2;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -5;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -20;
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/MOTO_C650/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=20;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 15;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getDefaultFont();
//#elif MOTO_V878
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=128;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=142;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -16;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -18;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -11;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -12;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -14;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -13;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -20;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/MOTO_V878/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=16;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 15;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getDefaultFont();
//#elif MOTO_E680
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=320;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=240;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -6;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -7;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -2;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -3;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -4;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -5;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/MOTO_E680/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=20;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 16;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getFont(Font.STYLE_PLAIN, Font.FACE_SYSTEM, Font.SIZE_SMALL);
//#
//#else //for other mobile (其它機(jī)型或測(cè)試時(shí)用)
//# /** Mobile Screen Width(手機(jī)屏幕的寬度) */
//# public static final int SCREEN_WIDTH=176;
//#
//# /** Mobile Screen Height(手機(jī)屏幕的高度)*/
//# public static final int SCREEN_HEIGHT=220;
//#
//# /** Mobile softkey left (手機(jī)左軟鍵鍵值)*/
//# public static final byte SOFT_KEY_LEFT = -6;
//#
//# /** Mobile softkey right (手機(jī)右軟鍵鍵值)*/
//# public static final byte SOFT_KEY_RIGHT = -7;
//#
//# /** Mobile Key Up (手機(jī)方向鍵上)*/
//# public static final byte KEY_UP = -1;
//#
//# /** Mobile Key Down (手機(jī)方向鍵下)*/
//# public static final byte KEY_DOWN = -2;
//#
//# /** Mobile Key LEFT (手機(jī)方向鍵左)*/
//# public static final byte KEY_LEFT = -3;
//#
//# /** Mobile Key RIGHT (手機(jī)方向鍵右)*/
//# public static final byte KEY_RIGHT = -4;
//#
//# /** Mobile Key FIRE (手機(jī)選擇鍵)*/
//# public static final byte KEY_FIRE = -5;
//#
//# /** Resource Path (資源路徑 位于src/RES_PATH ) */
//# public static final String RES_PATH="/res/SE_K700/";
//#
//# /** Font Height (字體高度) */
//# public static final int FONT_HEIGHT=20;
//# /** Font Height (字體寬度) */
//# public static final int FONT_WIDTH = 16;
//# /**FONT_SYSTEM 系統(tǒng)默認(rèn)字體 */
//# public static final Font FONT_SYSTEM=Font.getFont(Font.STYLE_PLAIN, Font.FACE_SYSTEM, Font.SIZE_SMALL);
//#
//#endif
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -