mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Linux: Fixed test for XkbSetDetectableAutoRepeat success
This commit is contained in:
parent
e448bb0c29
commit
8e2233167d
2 changed files with 3 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ final class LinuxKeyboard {
|
|||
private static void setDetectableKeyRepeat(long display, boolean enabled) {
|
||||
boolean success = nSetDetectableKeyRepeat(display, enabled);
|
||||
if (!success)
|
||||
LWJGLUtil.log("Failed to set detectable key repeat");
|
||||
LWJGLUtil.log("Failed to set detectable key repeat to " + enabled);
|
||||
}
|
||||
private static native boolean nSetDetectableKeyRepeat(long display, boolean enabled);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue