input: add click method and middle button emulation
This commit is contained in:
parent
0524e01a3c
commit
b20153550e
24 changed files with 598 additions and 21 deletions
|
|
@ -546,6 +546,12 @@ impl Input {
|
|||
if let Some(v) = self.calibration_matrix {
|
||||
c.set_calibration_matrix(v);
|
||||
}
|
||||
if let Some(v) = self.click_method {
|
||||
c.set_click_method(v);
|
||||
}
|
||||
if let Some(v) = self.middle_button_emulation {
|
||||
c.set_middle_button_emulation_enabled(v);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue