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

WIP -- set_resizable() + is_resizable added

This commit is contained in:
hurikhan
2015-01-15 22:50:23 +09:00
parent 07b8d9136a
commit d269344bbd
7 changed files with 91 additions and 18 deletions

View File

@@ -120,6 +120,8 @@ public:
virtual void set_window_size(const Size2& p_size);
void set_fullscreen(bool p_enabled);
bool is_fullscreen() const;
void set_resizable(bool p_enabled);
bool is_resizable() const;
#endif
Error native_video_play(String p_path, float p_volume, String p_audio_track, String p_subtitle_track);