📄 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 + -