(&mut self, dx: f32, dy: f32)
| 268 | #[inline] |
| 269 | pub fn begin_input_frame(&mut self) { |
| 270 | self.runtime.begin_input_frame(); |
| 271 | } |
| 272 | |
| 273 | #[inline] |
| 274 | pub fn apply_input_commands(&mut self) { |
| 275 | self.runtime.apply_input_commands(); |
no outgoing calls
no test coverage detected