virtualx-engine/modules/openxr/action_map
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
openxr_action.cpp
openxr_action.h
openxr_action_map.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
openxr_action_map.h
openxr_action_set.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
openxr_action_set.h
openxr_interaction_profile.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
openxr_interaction_profile.h Ensure OpenXR classes are declared properly 2023-08-28 09:37:04 +02:00
openxr_interaction_profile_metadata.cpp Add Meta controller extension 2024-01-11 15:29:38 +11:00
openxr_interaction_profile_metadata.h Change to new PICO interaction profiles 2023-08-30 10:25:35 +10:00
SCsub Cleanup of OpenXR module scons config 2024-01-25 23:28:13 +11:00