[Touchscreen] Properly handle "dragging" stylus across screen

This commit is contained in:
wheremyfoodat 2023-08-20 23:42:55 +03:00
parent d70a1ca7a8
commit 706503974c
2 changed files with 30 additions and 11 deletions

View file

@ -142,4 +142,6 @@ class HIDService {
void releaseTouchScreen() {
touchScreenPressed = false;
}
bool isTouchScreenPressed() { return touchScreenPressed; }
};