mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Implemented glfwRequestWindowAttention
This commit is contained in:
parent
72408949fd
commit
9b2cbe47a1
@ -1254,6 +1254,9 @@ public class GLFW
|
||||
return CallbackBridge.nativeClipboard(CallbackBridge.CLIPBOARD_PASTE, null);
|
||||
}
|
||||
|
||||
public static void glfwRequestWindowAttention(@NativeType("GLFWwindow *") long window) {
|
||||
}
|
||||
|
||||
public static boolean glfwJoystickPresent(int jid) {
|
||||
if(jid == 0) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user