MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetIsFullscreen

Method SetIsFullscreen

Source/Engine/Engine/Screen.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void Screen::SetIsFullscreen(bool value)
53{
54 Fullscreen = value;
55}
56
57Float2 Screen::GetSize()
58{

Callers 2

DrawMethod · 0.45
SetFullscreenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected