mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Add and use SDL_HapticEffectID typedef
This commit is contained in:
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
|
||||
char *name = NULL;
|
||||
int index = -1;
|
||||
SDL_HapticEffect efx[9];
|
||||
int id[9];
|
||||
SDL_HapticEffectID id[9];
|
||||
int nefx;
|
||||
unsigned int supported;
|
||||
SDL_HapticID *haptics;
|
||||
|
||||
Reference in New Issue
Block a user