mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Linux: Fixed wrong return type in LinuxEvent.nGetKeyAddress
This commit is contained in:
parent
d3f6588580
commit
4b13bb10d3
2 changed files with 4 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ final class LinuxEvent {
|
|||
public final long getKeyAddress() {
|
||||
return nGetKeyAddress(event_buffer);
|
||||
}
|
||||
private static native int nGetKeyAddress(ByteBuffer event_buffer);
|
||||
private static native long nGetKeyAddress(ByteBuffer event_buffer);
|
||||
|
||||
public final long getKeyTime() {
|
||||
return nGetKeyTime(event_buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue