?? bluetooth.java
字號:
// Bluetooth
//
// Based on code provided by nokia with almost everything ripped out so
// it will compile without any probs on the WTK
//
class BlueTooth
{
public static boolean ConnectCancelled = false;
public static boolean gameFound;
BlueTooth()
{
}
public static boolean isConnected()
{
return true;
}
public int retrieve()
{
int inp = 0;
return inp;
}
public static void send(int c)
{
}
public static void resend()
{
}
public void startReceive()
{
}
public void hostGame()
{
}
public void joinGame()
{
}
private static void initGame()
{
}
public void interuptServer(boolean bHost)
{
}
public synchronized void close()
{
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -