mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Touchscreen] Properly handle "dragging" stylus across screen
This commit is contained in:
parent
d70a1ca7a8
commit
706503974c
2 changed files with 30 additions and 11 deletions
|
@ -142,4 +142,6 @@ class HIDService {
|
|||
void releaseTouchScreen() {
|
||||
touchScreenPressed = false;
|
||||
}
|
||||
|
||||
bool isTouchScreenPressed() { return touchScreenPressed; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue