backend: add syspath and devnode to input devices
This commit is contained in:
parent
813f87faaa
commit
283e438d1b
9 changed files with 107 additions and 64 deletions
|
|
@ -135,6 +135,9 @@ pub trait InputDevice {
|
|||
}
|
||||
fn set_transform_matrix(&self, matrix: TransformMatrix);
|
||||
fn name(&self) -> Rc<String>;
|
||||
fn dev_t(&self) -> Option<c::dev_t> {
|
||||
None
|
||||
}
|
||||
fn tap_enabled(&self) -> Option<bool> {
|
||||
None
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue