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

Properly implement OS.alert() from script, and use xmessage on X11

This commit is contained in:
Juan Linietsky
2015-09-21 09:39:46 -03:00
parent 8f07f24318
commit ce6fefced8
4 changed files with 20 additions and 1 deletions

View File

@@ -256,6 +256,9 @@ public:
String get_data_dir() const;
void alert(const String& p_alert,const String& p_title="ALERT!");
void set_screen_orientation(ScreenOrientation p_orientation);
ScreenOrientation get_screen_orientation() const;