1
0
Fork 0
forked from wry/wry

input: add support for natural scrolling

Closes #69
This commit is contained in:
Julian Orth 2024-02-04 18:50:49 +01:00
parent b4d73064d9
commit 887e2b6cbc
11 changed files with 77 additions and 0 deletions

View file

@ -119,6 +119,7 @@ pub trait InputDevice {
fn set_tap_enabled(&self, enabled: bool);
fn set_drag_enabled(&self, enabled: bool);
fn set_drag_lock_enabled(&self, enabled: bool);
fn set_natural_scrolling_enabled(&self, enabled: bool);
}
#[derive(Debug, Copy, Clone, Hash, Eq, PartialEq)]