1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

[macOS] Process joypad input directly in the embedded process.

This commit is contained in:
Pāvels Nadtočajevs
2025-08-14 11:51:59 +03:00
parent cb850f7719
commit b9bafbd2ca
8 changed files with 12 additions and 71 deletions

View File

@@ -62,8 +62,6 @@ private:
Error _msg_win_event(const Array &p_args);
Error _msg_notification(const Array &p_args);
Error _msg_ime_update(const Array &p_args);
Error _msg_joy_add(const Array &p_args);
Error _msg_joy_del(const Array &p_args);
Error _msg_ds_state(const Array &p_args);
public: