fixes: various fixes and cleanup
This commit is contained in:
parent
b4346ff3ca
commit
c1edb81084
27 changed files with 676 additions and 1455 deletions
|
|
@ -46,7 +46,6 @@ impl Click {
|
|||
previous: Option<Click>,
|
||||
) -> Click {
|
||||
let time = Instant::now();
|
||||
|
||||
let kind = if let Some(previous) = previous {
|
||||
if previous.is_consecutive(position, time)
|
||||
&& button == previous.button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue