Home
last modified time | relevance | path

Searched refs:SDL_Haptic (Results 1 – 1 of 1) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_haptic.h145 typedef struct _SDL_Haptic SDL_Haptic; typedef
891 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpen(int device_index);
919 extern DECLSPEC int SDLCALL SDL_HapticIndex(SDL_Haptic * haptic);
943 extern DECLSPEC SDL_Haptic *SDLCALL SDL_HapticOpenFromMouse(void);
992 extern DECLSPEC void SDLCALL SDL_HapticClose(SDL_Haptic * haptic);
1056 extern DECLSPEC int SDLCALL SDL_HapticNumAxes(SDL_Haptic * haptic);
1091 extern DECLSPEC int SDLCALL SDL_HapticNewEffect(SDL_Haptic * haptic,
1141 extern DECLSPEC int SDLCALL SDL_HapticRunEffect(SDL_Haptic * haptic,
1256 extern DECLSPEC int SDLCALL SDL_HapticPause(SDL_Haptic * haptic);
1271 extern DECLSPEC int SDLCALL SDL_HapticUnpause(SDL_Haptic * haptic);
[all …]

Completed in 6 milliseconds