Added a dummy sensor driver
This commit is contained in:
parent
09c276f295
commit
2ca16d7410
21 changed files with 296 additions and 31 deletions
|
@ -192,6 +192,9 @@ typedef unsigned int uintptr_t;
|
|||
#define SDL_HAPTIC_XINPUT 1
|
||||
#endif
|
||||
|
||||
/* Enable the dummy sensor driver */
|
||||
#define SDL_SENSOR_DUMMY 1
|
||||
|
||||
/* Enable various shared object loading systems */
|
||||
#define SDL_LOADSO_WINDOWS 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue