mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Merge pull request #958 from adolson/bind-set_window_title
added GDScript binding for OS.set_window_title()
This commit is contained in:
commit
fe63e6a0a8
@ -642,7 +642,7 @@ void _OS::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("has_touchscreen_ui_hint"),&_OS::has_touchscreen_ui_hint);
|
||||
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_window_title","title"),&_OS::set_window_title);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_low_processor_usage_mode","enable"),&_OS::set_low_processor_usage_mode);
|
||||
ObjectTypeDB::bind_method(_MD("is_in_low_processor_usage_mode"),&_OS::is_in_low_processor_usage_mode);
|
||||
|
Loading…
Reference in New Issue
Block a user