seat: fixup touch event handling

fixes #6353
This commit is contained in:
vaxerski
2024-06-12 16:49:26 +02:00
parent 1bae19ce85
commit c7e85e26f7
4 changed files with 39 additions and 35 deletions

View File

@@ -155,6 +155,7 @@ class CSeatManager {
} listeners;
Vector2D lastLocalCoords;
int touchLocks = 0; // we assume there aint like 20 touch devices at once...
friend struct SSeatResourceContainer;
friend class CSeatGrab;