mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Removed Keyboard.initIDs
This commit is contained in:
parent
cc367fa4b5
commit
8065870592
5 changed files with 0 additions and 37 deletions
|
|
@ -272,15 +272,9 @@ public class Keyboard {
|
|||
if (initialized)
|
||||
return;
|
||||
Sys.initialize();
|
||||
initIDs();
|
||||
initialized = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Register fields with the native library
|
||||
*/
|
||||
private static native void initIDs();
|
||||
|
||||
/**
|
||||
* "Create" the keyboard. The display must first have been created. The
|
||||
* reason for this is so the keyboard has a window to "focus" in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue