diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/parsec/include/il_joy.h | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
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_ + + |
