| 1043 | } |
| 1044 | |
| 1045 | bool 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 | |
| 1053 | void VideoDriver_Win32Base::EditBoxLostFocus() |
| 1054 | { |
nothing calls this directly
no test coverage detected