Android: Fix pressed buttons not beeing cleared on opening menu
This commit is contained in:
@@ -153,6 +153,9 @@ class TouchScreenGUI
|
||||
/* handle double taps */
|
||||
bool doubleTapDetection();
|
||||
|
||||
/* handle release event */
|
||||
void handleReleaseEvent(int evt_id);
|
||||
|
||||
/* doubleclick detection variables */
|
||||
struct key_event {
|
||||
unsigned int down_time;
|
||||
|
||||
Reference in New Issue
Block a user