Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch_c.h29 SDL_TouchID id;
40 extern int SDL_AddTouch(SDL_TouchID id, const char *name);
43 extern SDL_Touch *SDL_GetTouch(SDL_TouchID id);
46 extern int SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid,
50 extern int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid,
54 extern void SDL_DelTouch(SDL_TouchID id);
DSDL_touch.c47 SDL_TouchID
58 SDL_GetTouchIndex(SDL_TouchID id) in SDL_GetTouchIndex()
73 SDL_GetTouch(SDL_TouchID id) in SDL_GetTouch()
106 SDL_GetNumTouchFingers(SDL_TouchID touchID) in SDL_GetNumTouchFingers()
116 SDL_GetTouchFinger(SDL_TouchID touchID, int index) in SDL_GetTouchFinger()
130 SDL_AddTouch(SDL_TouchID touchID, const char *name) in SDL_AddTouch()
216 SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouch()
278 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouchMotion()
331 SDL_DelTouch(SDL_TouchID id) in SDL_DelTouch()
DSDL_gesture_c.h26 extern int SDL_GestureAddTouch(SDL_TouchID touchId);
30 extern int SDL_RecordGesture(SDL_TouchID touchId);
DSDL_gesture.c63 SDL_TouchID id;
90 int SDL_RecordGesture(SDL_TouchID touchId) in SDL_RecordGesture()
221 int SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src) in SDL_LoadDollarTemplates()
442 int SDL_GestureAddTouch(SDL_TouchID touchId) in SDL_GestureAddTouch()
460 static SDL_GestureTouch * SDL_GetGestureTouch(SDL_TouchID id) in SDL_GetGestureTouch()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_touch.h41 typedef Sint64 SDL_TouchID; typedef
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);
DSDL_gesture.h53 extern DECLSPEC int SDLCALL SDL_RecordGesture(SDL_TouchID touchId);
76 extern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src);
DSDL_events.h417 SDL_TouchID touchId; /**< The touch device id */
434 SDL_TouchID touchId; /**< The touch device index */
451 SDL_TouchID touchId; /**< The touch device id */
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidtouch.c78 SDL_AddTouch((SDL_TouchID) ids[i], ""); /* no error handling */ in Android_InitTouch()
93 SDL_TouchID touchDeviceId = 0; in Android_OnTouch()
102 touchDeviceId = (SDL_TouchID)touch_device_id_in; in Android_OnTouch()
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-touch.md50 To get a SDL_TouchID call SDL_GetTouchDevice(int index).
51 This returns a SDL_TouchID.
56 A SDL_TouchID may be used to get pointers to SDL_Finger.
67 To get a SDL_Finger, call SDL_GetTouchFinger(SDL_TouchID touchID, int index), where touchID is a SD…
DREADME-gesture.md12 SDL_RecordGesture(SDL_TouchID touchId), where touchId is the id of the touch device you wish to rec…
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandtouch.c91 SDL_TouchID deviceId = 1; in touch_handle_touch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c211 SDL_TouchID touchId; in X11_InitXinput2Multitouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp40 static SDL_TouchID WINRT_TouchID = 1;
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c193 SDL_TouchID id = SDL_GetTouchDevice(i); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h190 SDL_DYNAPI_PROC(int,SDL_RecordGesture,(SDL_TouchID a),(a),return)
193 SDL_DYNAPI_PROC(int,SDL_LoadDollarTemplates,(SDL_TouchID a, SDL_RWops *b),(a,b),return)
523 SDL_DYNAPI_PROC(SDL_TouchID,SDL_GetTouchDevice,(int a),(a),return)
524 SDL_DYNAPI_PROC(int,SDL_GetNumTouchFingers,(SDL_TouchID a),(a),return)
525 SDL_DYNAPI_PROC(SDL_Finger*,SDL_GetTouchFinger,(SDL_TouchID a, int b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c902 const SDL_TouchID touchId = (SDL_TouchID)((size_t)input->hSource); in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitview.m38 SDL_TouchID touchId;
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c416 SDL_TouchID deviceId = 1; in Emscripten_HandleTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m1004 SDL_TouchID touchID = (SDL_TouchID)(intptr_t)[[touches anyObject] device];
1037 const SDL_TouchID touchId = (SDL_TouchID)(intptr_t)[touch device];