Obtains shared access to the SDL console.
(&self)
| 431 | |
| 432 | /// Obtains shared access to the SDL console. |
| 433 | pub fn console_ref(&self) -> &SdlConsole { |
| 434 | self.console.as_ref().expect("Console must always be present") |
| 435 | } |
| 436 | |
| 437 | /// Synchronously waits for the reception of just one signal. |
| 438 | pub fn wait_one_signal(&self) -> Signal { |
no outgoing calls