(&mut self, events: &[InputEvent])
| 273 | |
| 274 | #[inline] |
| 275 | fn write_raw(&mut self, events: &[InputEvent]) -> io::Result<()> { |
| 276 | crate::write_events(self.fd.as_fd(), events)?; |
| 277 | Ok(()) |
| 278 | } |
| 279 | |
| 280 | /// Get the syspath representing this uinput device. |
| 281 | /// |
no test coverage detected