Returns the current auto repeat settings
(&self)
| 279 | |
| 280 | /// Returns the current auto repeat settings |
| 281 | pub fn get_auto_repeat(&self) -> Option<AutoRepeat> { |
| 282 | self.auto_repeat.clone() |
| 283 | } |
| 284 | |
| 285 | /// Returns the set of supported "properties" for the device (see `INPUT_PROP_*` in kernel headers) |
| 286 | pub fn properties(&self) -> &AttributeSetRef<PropType> { |