Added GamePad and Joystick and some query methods

This commit is contained in:
Caspian Rychlik-Prince 2002-08-14 14:31:09 +00:00
parent d9ed524c54
commit 630362c462
4 changed files with 396 additions and 5 deletions

View file

@ -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;