GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
97 stars 22 forks source link

Rename fb hand tracking aim gesture action names #168

Closed devloglogan closed 3 months ago

devloglogan commented 3 months ago

When working on the FB hand tracking sample, it came to light that the gesture actions could be named in a better way. Previously both the left/right hand gestures were called "System Gesture", but now they are called "Menu Gesture" and "System Gesture" per their different functions. What was previously called "Menu Gesture" is now called "Menu Pressed" indicating that the menu gesture has been pinched. "Menu Pressed" has no right hand / system gesture equivalent.