Home
last modified time | relevance | path

Searched defs:TouchDevice (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dtouch.rs4 pub type TouchDevice = sys::SDL_TouchID; typedef
10 pub fn touch_device(index: i32) -> TouchDevice { in touch_device()
18 pub fn touch_finger(touch: TouchDevice, index: i32) -> Option<Finger> { in touch_finger()
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dtouch.rs4 pub type TouchDevice = sys::SDL_TouchID; typedef
10 pub fn touch_device(index: i32) -> TouchDevice { in touch_device()
18 pub fn touch_finger(touch: TouchDevice, index: i32) -> Option<Finger> { in touch_finger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/base/
H A DTouchDevice.java18 public class TouchDevice { class
23 private TouchDevice() { } in TouchDevice() method in TouchDevice
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dqt_adapters.h73 using TouchDevice = QInputDevice::DeviceType; variable
76 using TouchDevice = QTouchDevice; variable
/dports/emulators/citra/citra-ac98458e0/src/core/frontend/
H A Dinput.h133 using TouchDevice = InputDevice<std::tuple<float, float, bool>>; variable
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/frontend/
H A Dinput.h133 using TouchDevice = InputDevice<std::tuple<float, float, bool>>; variable
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/frontend/
H A Dinput.h174 using TouchDevice = InputDevice<TouchStatus>; variable
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A DTouchDevice.cpp50 TouchDevice::TouchDevice() in TouchDevice() function in gnash::TouchDevice