mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 07:24:20 +00:00
Added GamePad and Joystick and some query methods
This commit is contained in:
parent
d9ed524c54
commit
630362c462
4 changed files with 396 additions and 5 deletions
|
|
@ -19,9 +19,6 @@ import org.lwjgl.Sys;
|
|||
* @author foo
|
||||
*/
|
||||
public class Keyboard {
|
||||
|
||||
// Keyboard key codes.
|
||||
|
||||
public static final int KEY_ESCAPE = 0x01;
|
||||
public static final int KEY_1 = 0x02;
|
||||
public static final int KEY_2 = 0x03;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue