add disabling pointer devices

This commit is contained in:
vaxerski
2022-10-27 12:58:10 +01:00
parent d5a0610ea2
commit 28c81fc71e
3 changed files with 16 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ struct SMouse {
bool virt = false;
bool connected = false; // means connected to the cursor
DYNLISTENER(commitConstraint);
DYNLISTENER(destroyMouse);