(&self)
| 373 | /// Returns the timestamp associated with the event. |
| 374 | #[inline] |
| 375 | pub fn timestamp(&self) -> SystemTime { |
| 376 | timeval_to_systime(&self.0.time) |
| 377 | } |
| 378 | |
| 379 | /// Returns the type of event this describes, e.g. Key, Switch, etc. |
| 380 | #[inline] |
no test coverage detected