Searched refs:SDL_TouchID (Results 1 – 19 of 19) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_touch_c.h | 29 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);
|
D | SDL_touch.c | 47 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()
|
D | SDL_gesture_c.h | 26 extern int SDL_GestureAddTouch(SDL_TouchID touchId); 30 extern int SDL_RecordGesture(SDL_TouchID touchId);
|
D | SDL_gesture.c | 63 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/ |
D | SDL_touch.h | 41 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);
|
D | SDL_gesture.h | 53 extern DECLSPEC int SDLCALL SDL_RecordGesture(SDL_TouchID touchId); 76 extern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src);
|
D | SDL_events.h | 417 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/ |
D | SDL_androidtouch.c | 78 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/ |
D | README-touch.md | 50 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…
|
D | README-gesture.md | 12 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/ |
D | SDL_waylandtouch.c | 91 SDL_TouchID deviceId = 1; in touch_handle_touch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11xinput2.c | 211 SDL_TouchID touchId; in X11_InitXinput2Multitouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 40 static SDL_TouchID WINRT_TouchID = 1;
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testgesture.c | 193 SDL_TouchID id = SDL_GetTouchDevice(i); in loop()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_procs.h | 190 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/ |
D | SDL_windowsevents.c | 902 const SDL_TouchID touchId = (SDL_TouchID)((size_t)input->hSource); in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitview.m | 38 SDL_TouchID touchId;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 416 SDL_TouchID deviceId = 1; in Emscripten_HandleTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 1004 SDL_TouchID touchID = (SDL_TouchID)(intptr_t)[[touches anyObject] device]; 1037 const SDL_TouchID touchId = (SDL_TouchID)(intptr_t)[touch device];
|