OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_TouchID
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_touch.h
41
typedef Sint64
SDL_TouchID
;
66
extern DECLSPEC
SDL_TouchID
SDLCALL SDL_GetTouchDevice(int index);
71
extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(
SDL_TouchID
touchID);
76
extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(
SDL_TouchID
touchID, int index);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_touch.h
41
typedef Sint64
SDL_TouchID
;
66
extern DECLSPEC
SDL_TouchID
SDLCALL SDL_GetTouchDevice(int index);
71
extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(
SDL_TouchID
touchID);
76
extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(
SDL_TouchID
touchID, int index);
/prebuilts/misc/windows/sdl2/include/
SDL_touch.h
41
typedef Sint64
SDL_TouchID
;
66
extern DECLSPEC
SDL_TouchID
SDLCALL SDL_GetTouchDevice(int index);
71
extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(
SDL_TouchID
touchID);
76
extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(
SDL_TouchID
touchID, int index);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_touch.h
41
typedef Sint64
SDL_TouchID
;
66
extern DECLSPEC
SDL_TouchID
SDLCALL SDL_GetTouchDevice(int index);
71
extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(
SDL_TouchID
touchID);
76
extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(
SDL_TouchID
touchID, int index);
Completed in 31 milliseconds