You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
android fixes, please test
(can' t build android atm)
This commit is contained in:
@@ -291,6 +291,11 @@ void OS_Android::get_fullscreen_mode_list(List<VideoMode> *p_list,int p_screen)
|
||||
p_list->push_back(default_videomode);
|
||||
}
|
||||
|
||||
Size2 OS_Android::get_window_size() const {
|
||||
|
||||
return Vector2(default_videomode.width,default_videomode.height);
|
||||
}
|
||||
|
||||
String OS_Android::get_name() {
|
||||
|
||||
return "Android";
|
||||
|
||||
Reference in New Issue
Block a user