MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ToggleFullscreen

Method ToggleFullscreen

src/video/win32_v.cpp:1045–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1043}
1044
1045bool VideoDriver_Win32Base::ToggleFullscreen(bool full_screen)
1046{
1047 bool res = this->MakeWindow(full_screen);
1048
1049 InvalidateWindowClassesData(WC_GAME_OPTIONS, 3);
1050 return res;
1051}
1052
1053void VideoDriver_Win32Base::EditBoxLostFocus()
1054{

Callers

nothing calls this directly

Calls 6

MakeWindowMethod · 0.95
ReleaseVideoPointerMethod · 0.95
DestroyContextMethod · 0.95
AllocateContextMethod · 0.95
ClientSizeChangedMethod · 0.45

Tested by

no test coverage detected