We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13dcb1f + 77dd83e commit 0ef1c07Copy full SHA for 0ef1c07
platform/macos/editor/embedded_process_macos.mm
@@ -150,16 +150,6 @@
150
queue_redraw();
151
emit_signal(SNAME("embedding_completed"));
152
153
- // Send initial joystick state.
154
- {
155
- Input *input = Input::get_singleton();
156
- TypedArray<int> joy_pads = input->get_connected_joypads();
157
- for (const Variant &idx : joy_pads) {
158
- String name = input->get_joy_name(idx);
159
- script_debugger->send_message("embed:joy_add", { idx, name });
160
- }
161
162
-
163
layer_host->grab_focus();
164
} else {
165
// Another unknown error.
0 commit comments