diff options
author | Sascha Hlusiak <saschahlusiak@arcor.de> | 2009-03-01 21:06:52 +0100 |
---|---|---|
committer | Sascha Hlusiak <saschahlusiak@arcor.de> | 2009-03-01 21:06:52 +0100 |
commit | c6217b5849b1c2680a9a8c29ca26b3468955b1c1 (patch) | |
tree | 1dfc997295c0812b1a71461f33fc407d31d7a1b5 /include | |
parent | 367c32bab57d69d85e95f4e76e2f1c8aaab45189 (diff) |
Comment float properties in joystick-properties.h
Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/joystick-properties.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/joystick-properties.h b/include/joystick-properties.h index 8dc5447..0f0d4ed 100644 --- a/include/joystick-properties.h +++ b/include/joystick-properties.h @@ -90,7 +90,7 @@ typedef enum _JSTK_MAPPING { #define JSTK_PROP_AXIS_MAPPING "Axis Mapping" /** Set movement factor of axis (default 1.0f) */ -/* TODO float, movement amplify value per axis */ +/* FLOAT[MAXAXES], movement amplify per axis */ #define JSTK_PROP_AXIS_AMPLIFY "Axis Amplify" /** Set KeySyms for axis in low position */ @@ -112,7 +112,7 @@ typedef enum _JSTK_MAPPING { #define JSTK_PROP_BUTTON_BUTTONNUMBER "Button Number" /** Set amplify factor of button (default 1.0f) */ -/* TODO float, button amplify value per button */ +/* FLOAT[MAXBUTTONS], amplify value per button */ #define JSTK_PROP_BUTTON_AMPLIFY "Button Amplify" /** Set KeySyms for button */ |