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
openxr_action_map.h
openxr_action_set.cpp
openxr_action_set.h
openxr_interaction_profile.cpp
openxr_interaction_profile.h
openxr_interaction_profile_metadata.cpp
openxr_interaction_profile_metadata.h
SCsub