(&mut self)
| 273 | #[inline] |
| 274 | pub fn apply_input_commands(&mut self) { |
| 275 | self.runtime.apply_input_commands(); |
| 276 | } |
| 277 | |
| 278 | #[inline] |
| 279 | pub fn clear_keyboard_mouse_state(&mut self) { |
| 280 | self.runtime.clear_keyboard_mouse_state(); |
no outgoing calls
no test coverage detected