diff options
author | endolf <[email protected]> | 2005-12-02 22:43:14 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2005-12-02 22:43:14 +0000 |
commit | 172a3a5309b4155548bf1e0559b45597d8ad07b1 (patch) | |
tree | fddee677c86604bb82f5d7e84dbec3c76cc2326f /coreAPI/src/java/net | |
parent | 72073ff6a943d89b477cbfea0949e1e4b36eebc1 (diff) |
Updated button ID's. Trouble is, windows and linux id the buttons differently.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@131 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI/src/java/net')
-rw-r--r-- | coreAPI/src/java/net/java/games/input/Component.java | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/coreAPI/src/java/net/java/games/input/Component.java b/coreAPI/src/java/net/java/games/input/Component.java index d6ff31d..4f154d8 100644 --- a/coreAPI/src/java/net/java/games/input/Component.java +++ b/coreAPI/src/java/net/java/games/input/Component.java @@ -343,6 +343,28 @@ public interface Component { /** 10th device button */ public static final Button _9 = new Button("9"); + public static final Button _10 = new Button("10"); + public static final Button _11 = new Button("11"); + public static final Button _12 = new Button("12"); + public static final Button _13 = new Button("13"); + public static final Button _14 = new Button("14"); + public static final Button _15 = new Button("15"); + public static final Button _16 = new Button("16"); + public static final Button _17 = new Button("17"); + public static final Button _18 = new Button("18"); + public static final Button _19 = new Button("19"); + public static final Button _20 = new Button("20"); + public static final Button _21 = new Button("21"); + public static final Button _22 = new Button("22"); + public static final Button _23 = new Button("23"); + public static final Button _24 = new Button("24"); + public static final Button _25 = new Button("25"); + public static final Button _26 = new Button("26"); + public static final Button _27 = new Button("27"); + public static final Button _28 = new Button("28"); + public static final Button _29 = new Button("29"); + public static final Button _30 = new Button("30"); + public static final Button _31 = new Button("31"); /** Joystick trigger button */ |