You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Move alert function from DisplayServer to OS.
This commit is contained in:
@@ -52,7 +52,6 @@ protected:
|
||||
public:
|
||||
OS_Unix();
|
||||
|
||||
virtual void alert(const String &p_alert, const String &p_title = "ALERT!");
|
||||
virtual String get_stdin_string(bool p_block) override;
|
||||
|
||||
//virtual void set_mouse_show(bool p_show);
|
||||
|
||||
Reference in New Issue
Block a user