| 105 | FullscreenMode::Mode full_screen() const { return full_screen_; } |
| 106 | int target_monitor() const { return target_monitor_; } |
| 107 | int screen_width() const { return screen_width_; } |
| 108 | int screen_height() const { return screen_height_; } |
| 109 | bool split_screen() const { return split_screen_; } |
| 110 | int texture_reduce() const { return texture_reduce_; } |
no outgoing calls
no test coverage detected