Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter out webidl files based on special comments, and feature-gate webxr ↵ | Josh Matthews | 2024-11-24 | 1 | -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 Adams | 2024-09-12 | 1 | -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> | ||||
* | tidy | Kagami Sascha Rosylight | 2022-01-05 | 1 | -1/+4 |
| | |||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -13/+13 |
| | | | | Fixes #27660 | ||||
* | Support profiles | Manish Goregaokar | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Handle SetTargetRayMode and SetHandedness | Manish Goregaokar | 2020-01-21 | 1 | -2/+2 |
| | |||||
* | Add select events | Manish Goregaokar | 2020-01-09 | 1 | -3/+3 |
| | |||||
* | Add disconnect()/reconnect() | Manish Goregaokar | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | Add pointer/grip mocking | Manish Goregaokar | 2020-01-09 | 1 | -3/+3 |
| | |||||
* | Add blank FakeXRInputController interface | Manish Goregaokar | 2020-01-09 | 1 | -0/+53 |