bsd: Update joystick code for new interfaces.
(this is an untested push to see if buildbot likes it.)
This commit is contained in:
parent
0cd3f11834
commit
cf7dd1d52c
3 changed files with 59 additions and 42 deletions
|
@ -138,6 +138,7 @@ typedef struct _SDL_JoystickDriver
|
|||
|
||||
/* The available joystick drivers */
|
||||
extern SDL_JoystickDriver SDL_ANDROID_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_BSD_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_DARWIN_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_DUMMY_JoystickDriver;
|
||||
extern SDL_JoystickDriver SDL_EMSCRIPTEN_JoystickDriver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue