You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user