aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/FakeXRInputController.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Filter out webidl files based on special comments, and feature-gate webxr ↵Josh Matthews2024-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interfaces. (#34348) * Filter out webidl files based on skip-if directives. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Don't build XR functionality without webxr feature. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix tidy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Adjust imports for file movement. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Clean up webxr module import. Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
* webxr: Update XRInputSource Gamepad handling, FakeXRInputController (#33403)Daniel Adams2024-09-121-2/+2
| | | | | | | | | | | | | | | | | | | | | * Disconnect XRInputSource gamepads on removal Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update Cargo.lock Signed-off-by: Daniel Adams <msub2official@gmail.com> * Comments, adjustments Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
* tidyKagami Sascha Rosylight2022-01-051-1/+4
|
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-13/+13
| | | | Fixes #27660
* Support profilesManish Goregaokar2020-01-211-1/+1
|
* Handle SetTargetRayMode and SetHandednessManish Goregaokar2020-01-211-2/+2
|
* Add select eventsManish Goregaokar2020-01-091-3/+3
|
* Add disconnect()/reconnect()Manish Goregaokar2020-01-091-2/+2
|
* Add pointer/grip mockingManish Goregaokar2020-01-091-3/+3
|
* Add blank FakeXRInputController interfaceManish Goregaokar2020-01-091-0/+53