diff options
Diffstat (limited to 'src/parsec/include/il_joy.h')
| -rw-r--r-- | src/parsec/include/il_joy.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/parsec/include/il_joy.h b/src/parsec/include/il_joy.h new file mode 100644 index 0000000..37f9bdc --- /dev/null +++ b/src/parsec/include/il_joy.h @@ -0,0 +1,25 @@ +/* + * PARSEC HEADER: il_joy.h + */ + +#ifndef _IL_JOY_H_ +#define _IL_JOY_H_ + + +// external functions --------------------------------------------------------- +// +void IL_JoyInitHandler(); +void IL_JoyKillHandler(); +void IL_JoyCollect(); + + +// device/platform dependend constraints -------------------------------------- +// +#define JOY_DEVICE_MIN -32767 +#define JOY_DEVICE_MAX 32767 +#define JOY_DEVICE_RANGE 65535 + + +#endif // _IL_JOY_H_ + + |
