Searched refs:SDL_SendTouchMotion (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_touch_c.h | 51 extern int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, SDL_Window * window,
|
A D | SDL_touch.c | 356 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, SDL_Window * window, in SDL_SendTouchMotion() function
|
A D | SDL_mouse.c | 334 SDL_SendTouchMotion(SDL_MOUSE_TOUCHID, 0, window, fx, fy, 1.0f);
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidtouch.c | 74 SDL_SendTouchMotion(touchDeviceId, fingerId, window, x, y, p); in Android_OnTouch()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandtouch.c | 114 SDL_SendTouchMotion(deviceId, (SDL_FingerID)id, window, xf, yf, pressuref); in touch_handle_touch()
|
A D | SDL_waylandevents.c | 555 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 D | SDL_winrtpointerinput.cpp | 257 SDL_SendTouchMotion(
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11xinput2.c | 251 SDL_SendTouchMotion(xev->sourceid, xev->detail, window, x, y, 1.0); in X11_HandleXinput2Event()
|
/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 146 SDL_SendTouchMotion(1, 1, NULL, fx, fy, norm_pressure); in uinput_callback()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 465 SDL_SendTouchMotion(deviceId, id, window_data->window, x, y, 1.0f); in Emscripten_HandleTouch()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 418 …SDL_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 D | SDL_uikitview.m | 365 SDL_SendTouchMotion(touchId, (SDL_FingerID)((size_t)touch), sdlwindow,
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 1022 SDL_SendTouchMotion(touchId, input->dwID, data->window, x, y, 1.0f); in WIN_WindowProc()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 1256 SDL_SendTouchMotion(touchId, fingerId, window, x, y, 1.0f);
|
Completed in 21 milliseconds