Sets the size of the mock text console.
(&mut self, size: CharsXY)
| 199 | |
| 200 | /// Sets the size of the mock text console. |
| 201 | pub fn set_size_chars(&mut self, size: CharsXY) { |
| 202 | self.size_chars = size; |
| 203 | } |
| 204 | |
| 205 | /// Sets the size of the mock graphical console. |
| 206 | pub fn set_size_pixels(&mut self, size: SizeInPixels) { |
no outgoing calls
no test coverage detected