Implemented glfwRequestWindowAttention

This commit is contained in:
Duy Tran Khanh 2021-07-24 16:24:13 +07:00 committed by GitHub
parent 72408949fd
commit 9b2cbe47a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;