diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-10-20 09:13:00 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-10-27 23:07:39 -0700 |
| commit | da3e5c44248fdb12b700e3a99c3e777c57942dc7 (patch) | |
| tree | ed2f9b1dd8040a16735ad3949f01aef72d5e86ba /src/input/mod.rs | |
| parent | 26ab4dfb87550b2f8ceed5d11be614a239703fd7 (diff) | |
| download | niri-da3e5c44248fdb12b700e3a99c3e777c57942dc7.tar.gz niri-da3e5c44248fdb12b700e3a99c3e777c57942dc7.tar.bz2 niri-da3e5c44248fdb12b700e3a99c3e777c57942dc7.zip | |
Implement touch interactive resize
Diffstat (limited to 'src/input/mod.rs')
| -rw-r--r-- | src/input/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/mod.rs b/src/input/mod.rs index 11612f2f..07c77e8c 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -46,6 +46,7 @@ pub mod scroll_tracker; pub mod spatial_movement_grab; pub mod swipe_tracker; pub mod touch_move_grab; +pub mod touch_resize_grab; pub const DOUBLE_CLICK_TIME: Duration = Duration::from_millis(400); |
