diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-22 14:38:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-22 14:38:32 +0000 |
commit | 53458e6f9d93602e8958f59a93f6008cde3512b2 (patch) | |
tree | 4b1a9d081ce9e223458d055b0b723d05a58943cc /driver/xf86-input-joystick/include | |
parent | 135c84515777336c54d030f73f75a696c8df8f7f (diff) |
Update to xf86-input-joystick 1.5.0
Diffstat (limited to 'driver/xf86-input-joystick/include')
-rw-r--r-- | driver/xf86-input-joystick/include/joystick-properties.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/driver/xf86-input-joystick/include/joystick-properties.h b/driver/xf86-input-joystick/include/joystick-properties.h index 0f0d4ed4d..49ef80069 100644 --- a/driver/xf86-input-joystick/include/joystick-properties.h +++ b/driver/xf86-input-joystick/include/joystick-properties.h @@ -93,12 +93,12 @@ typedef enum _JSTK_MAPPING { /* FLOAT[MAXAXES], movement amplify per axis */ #define JSTK_PROP_AXIS_AMPLIFY "Axis Amplify" -/** Set KeySyms for axis in low position */ -/* TODO 16 bit */ +/** Scancodes for axis in low position */ +/* 8 bit, 4 per axis */ #define JSTK_PROP_AXIS_KEYS_LOW "Axis Keys (low)" -/** Set KeySyms for axis in high position */ -/* TODO 16 bit */ +/** Scancodes for axis in high position */ +/* 8 bit, 4 per axis */ #define JSTK_PROP_AXIS_KEYS_HIGH "Axis keys (high)" /** Set the mapping of each button to @@ -115,8 +115,8 @@ typedef enum _JSTK_MAPPING { /* FLOAT[MAXBUTTONS], amplify value per button */ #define JSTK_PROP_BUTTON_AMPLIFY "Button Amplify" -/** Set KeySyms for button */ -/* TODO 16 bit, set keysyms for button. Format: (button keysym1 keysym2 keysym3 keysym4) */ +/** Scancodes for button */ +/* 8 bit, 4 per button */ #define JSTK_PROP_BUTTON_KEYS "Button Keys" |