old os2 analogue joystick code ported from SDL-1.2. disabled by default,
build-tested only.
This commit is contained in:
parent
e91f83c1e0
commit
4a776557af
5 changed files with 795 additions and 6 deletions
|
@ -204,6 +204,7 @@ extern SDL_JoystickDriver SDL_LINUX_JoystickDriver;
|
|||
extern SDL_JoystickDriver SDL_VIRTUAL_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_WGI_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_WINDOWS_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_OS2_JoystickDriver;
|
||||
|
||||
#endif /* SDL_sysjoystick_h_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue