mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-17 04:14:05 +00:00
Removed Keyboard.isStateKeySet() - it is easily replaced by Toolkit.getLockingKeyState()
This commit is contained in:
parent
6e6bdb1fa0
commit
9f41ecaedb
6 changed files with 12 additions and 13 deletions
|
|
@ -625,10 +625,10 @@ final class LinuxDisplay implements DisplayImplementation {
|
|||
}
|
||||
private static native int nReadKeyboard(IntBuffer buffer, int buffer_position);
|
||||
|
||||
public int isStateKeySet(int key) {
|
||||
/* public int isStateKeySet(int key) {
|
||||
return Keyboard.STATE_UNKNOWN;
|
||||
}
|
||||
|
||||
*/
|
||||
private static native ByteBuffer nCreateCursor(int width, int height, int xHotspot, int yHotspot, int numImages, IntBuffer images, int images_offset, IntBuffer delays, int delays_offset) throws LWJGLException;
|
||||
|
||||
public Object createCursor(int width, int height, int xHotspot, int yHotspot, int numImages, IntBuffer images, IntBuffer delays) throws LWJGLException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue