Returns a tuple of the driver version containing major, minor, rev
(&self)
| 145 | |
| 146 | /// Returns a tuple of the driver version containing major, minor, rev |
| 147 | pub fn driver_version(&self) -> (u8, u8, u8) { |
| 148 | self.raw.driver_version() |
| 149 | } |
| 150 | |
| 151 | /// Returns a set of the event types supported by this device (KeyType, Switch, etc) |
| 152 | /// |