Searched refs:SDL_FingerID (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidtouch.c | 94 SDL_FingerID fingerId = 0; in Android_OnTouch() 96 static SDL_FingerID pointerFingerID = 0; in Android_OnTouch() 107 fingerId = (SDL_FingerID)pointer_finger_id_in; in Android_OnTouch() 141 pointerFingerID = (SDL_FingerID) 0; in Android_OnTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_touch.c | 84 SDL_GetFingerIndex(const SDL_Touch * touch, SDL_FingerID fingerid) in SDL_GetFingerIndex() 96 SDL_GetFinger(const SDL_Touch * touch, SDL_FingerID id) in SDL_GetFinger() 172 SDL_AddFinger(SDL_Touch *touch, SDL_FingerID fingerid, float x, float y, float pressure) in SDL_AddFinger() 199 SDL_DelFinger(SDL_Touch* touch, SDL_FingerID fingerid) in SDL_DelFinger() 216 SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouch() 278 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouchMotion()
|
D | SDL_touch_c.h | 46 extern int SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, 50 extern int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid,
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_touch.h | 42 typedef Sint64 SDL_FingerID; typedef 46 SDL_FingerID id;
|
D | SDL_events.h | 418 SDL_FingerID fingerId;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 245 (SDL_FingerID) pointerPoint->PointerId, 272 (SDL_FingerID) pointerPoint->PointerId, 301 (SDL_FingerID) pointerPoint->PointerId,
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 99 SDL_SendTouch(deviceId, (SDL_FingerID)id, in touch_handle_touch() 104 SDL_SendTouchMotion(deviceId, (SDL_FingerID)id, xf, yf, pressuref); in touch_handle_touch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenvideo.h | 49 SDL_FingerID first_finger;
|
D | SDL_emscriptenevents.c | 424 SDL_FingerID id; in Emscripten_HandleTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitview.m | 158 SDL_SendTouch(touchId, (SDL_FingerID)((size_t)touch), 176 SDL_SendTouch(touchId, (SDL_FingerID)((size_t)touch), 199 SDL_SendTouchMotion(touchId, (SDL_FingerID)((size_t)touch),
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 1042 const SDL_FingerID fingerId = (SDL_FingerID)(intptr_t)[touch identity];
|