Returns a struct containing bustype, vendor, product, and version identifiers
(&self)
| 97 | |
| 98 | /// Returns a struct containing bustype, vendor, product, and version identifiers |
| 99 | pub fn input_id(&self) -> InputId { |
| 100 | self.raw.input_id() |
| 101 | } |
| 102 | |
| 103 | /// Returns a struct containing the delay and period for auto repeat |
| 104 | pub fn get_auto_repeat(&self) -> Option<AutoRepeat> { |