You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
macOS: Embedded window can be dismissed by clicking close
- Installed a SIGINT handler to terminate the application gracefully. - Handle varying display scaling
This commit is contained in:
@@ -63,6 +63,7 @@ private:
|
||||
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:
|
||||
static Error parse_message(void *p_user, const String &p_msg, const Array &p_args, bool &r_captured);
|
||||
|
||||
Reference in New Issue
Block a user