input: fix kinetic scroll (#13233)

This commit is contained in:
bea4dev 2026-02-10 23:51:51 +09:00 committed by GitHub
parent f16ebef003
commit 171ad7d338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 1 deletions

View file

@ -93,6 +93,7 @@ class CPointerManager {
CHyprSignalListener motionAbsolute;
CHyprSignalListener button;
CHyprSignalListener axis;
CHyprSignalListener frame;
CHyprSignalListener swipeBegin;
CHyprSignalListener swipeEnd;