mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -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);
|
return CallbackBridge.nativeClipboard(CallbackBridge.CLIPBOARD_PASTE, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void glfwRequestWindowAttention(@NativeType("GLFWwindow *") long window) {
|
||||||
|
}
|
||||||
|
|
||||||
public static boolean glfwJoystickPresent(int jid) {
|
public static boolean glfwJoystickPresent(int jid) {
|
||||||
if(jid == 0) {
|
if(jid == 0) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user