mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-04 15:59:56 +01:00
fixed: joystick javadoc changed to mouse
This commit is contained in:
parent
560e2dfbc0
commit
05c2e5844b
|
|
@ -122,8 +122,8 @@ public class Mouse {
|
|||
private static native int nGetNumButtons();
|
||||
|
||||
/**
|
||||
* Queries whether the joystick has a Z value
|
||||
* @return true if the joystick has a Z value
|
||||
* Queries whether the mouse has a Z value
|
||||
* @return true if the mouse has a Z value
|
||||
*/
|
||||
public static boolean hasZValue() {
|
||||
assert created : "The mouse has not been created.";
|
||||
|
|
@ -134,6 +134,4 @@ public class Mouse {
|
|||
* Native implementation of hasZValue()
|
||||
*/
|
||||
private static native boolean nHasZValue();
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue