mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
[HTML5] Remove "maximize" support.
I don't think anyone is actively using it, and it's a lot of convoluted code.
This commit is contained in:
parent
d61fc468a2
commit
adef4ed958
2 changed files with 3 additions and 59 deletions
|
|
@ -55,9 +55,6 @@ private:
|
|||
JSKeyEvent key_event;
|
||||
|
||||
VideoMode video_mode;
|
||||
bool window_maximized;
|
||||
bool entering_fullscreen;
|
||||
bool just_exited_fullscreen;
|
||||
bool transparency_enabled;
|
||||
|
||||
EMSCRIPTEN_WEBGL_CONTEXT_HANDLE webgl_ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue