Home
last modified time | relevance | path

Searched refs:IsTouchpadPressed (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_source_state.h36 virtual bool IsTouchpadPressed() const = 0;
71 bool IsTouchpadPressed() const override;
H A Dwmr_input_source_state.cc101 bool WMRInputSourceStateImpl::IsTouchpadPressed() const { in IsTouchpadPressed() function in device::WMRInputSourceStateImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_source_state.h36 virtual bool IsTouchpadPressed() const = 0;
71 bool IsTouchpadPressed() const override;
H A Dwmr_input_source_state.cc101 bool WMRInputSourceStateImpl::IsTouchpadPressed() const { in IsTouchpadPressed() function in device::WMRInputSourceStateImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/test/
H A Dmock_wmr_input_source_state.h28 bool IsTouchpadPressed() const override;
H A Dmock_wmr_input_source_state.cc53 bool MockWMRInputSourceState::IsTouchpadPressed() const { in IsTouchpadPressed() function in device::MockWMRInputSourceState
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc85 data.pressed = source_state->IsTouchpadPressed(); in GetWebXRGamepad()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc85 data.pressed = source_state->IsTouchpadPressed(); in GetWebXRGamepad()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Input/Spatial/
H A Dmod.rs1763 pub fn IsTouchpadPressed(&self) -> ::windows::runtime::Result<bool> {