Home
last modified time | relevance | path

Searched defs:touchId (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_gesture.c90 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()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c211 SDL_TouchID touchId; in X11_InitXinput2Multitouch() local
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h417 SDL_TouchID touchId; /**< The touch device id */ member
434 SDL_TouchID touchId; /**< The touch device index */ member
451 SDL_TouchID touchId; /**< The touch device id */ member
/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() local