godot/modules/openxr/editor
Juan Linietsky d4433ae6d3 Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
2022-07-29 16:26:13 +02:00
..
openxr_action_editor.cpp use ERR_FAIL_INDEX when preferred 2022-05-25 13:36:45 -05:00
openxr_action_editor.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_action_map_editor.cpp Use "odd" style for TabContainers on base BG color 2022-05-26 21:19:15 -05:00
openxr_action_map_editor.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_action_set_editor.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
openxr_action_set_editor.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_editor_plugin.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
openxr_editor_plugin.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_interaction_profile_editor.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
openxr_interaction_profile_editor.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_select_action_dialog.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
openxr_select_action_dialog.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
openxr_select_interaction_profile_dialog.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
openxr_select_interaction_profile_dialog.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00