Home
last modified time | relevance | path

Searched refs:vr_buttons (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dgamepadbuttonlist.rs39 pub fn sync_from_vr(&self, vr_buttons: &[WebVRGamepadButton]) { in sync_from_vr()
41 for btn in vr_buttons { in sync_from_vr()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.c2296 #define VR_BUTTON(x) ((vr_buttons>>x) & 1)
2305 word vr_buttons; in PollVirtualReality() local
2314 vr_buttons = outregs.w.bx; in PollVirtualReality()