diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-15 22:50:23 +0900 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-15 22:50:23 +0900 |
commit | d269344bbd19d9653fff3c2a230261b8fa00d7f6 (patch) | |
tree | b15fb40ac8e7a85de8fd03902cd084de8e27a764 /core/bind/core_bind.h | |
parent | 07b8d9136a6ccea1587d27ca30db1ec10aca0ed1 (diff) |
WIP -- set_resizable() + is_resizable added
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 99ecb765c7..7ffd7e9e7c 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -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); |