Home
last modified time | relevance | path

Searched refs:SDL_SendTouchMotion (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch_c.h51 extern int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, SDL_Window * window,
A DSDL_touch.c356 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, SDL_Window * window, in SDL_SendTouchMotion() function
A DSDL_mouse.c334 SDL_SendTouchMotion(SDL_MOUSE_TOUCHID, 0, window, fx, fy, 1.0f);
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidtouch.c74 SDL_SendTouchMotion(touchDeviceId, fingerId, window, x, y, p); in Android_OnTouch()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandtouch.c114 SDL_SendTouchMotion(deviceId, (SDL_FingerID)id, window, xf, yf, pressuref); in touch_handle_touch()
A DSDL_waylandevents.c555 SDL_SendTouchMotion(1, (SDL_FingerID)id, window_data->sdlwindow, x, y, 1.0f); in touch_handler_motion()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtpointerinput.cpp257 SDL_SendTouchMotion(
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11xinput2.c251 SDL_SendTouchMotion(xev->sourceid, xev->detail, window, x, y, 1.0); in X11_HandleXinput2Event()
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c146 SDL_SendTouchMotion(1, 1, NULL, fx, fy, norm_pressure); in uinput_callback()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c465 SDL_SendTouchMotion(deviceId, id, window_data->window, x, y, 1.0f); in Emscripten_HandleTouch()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c418SDL_SendTouchMotion(item->fd, item->touchscreen_data->slots[j].tracking_id, NULL, norm_x, norm_y, … in SDL_EVDEV_Poll()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m365 SDL_SendTouchMotion(touchId, (SDL_FingerID)((size_t)touch), sdlwindow,
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1022 SDL_SendTouchMotion(touchId, input->dwID, data->window, x, y, 1.0f); in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m1256 SDL_SendTouchMotion(touchId, fingerId, window, x, y, 1.0f);

Completed in 21 milliseconds