1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Android: Fix pressed buttons not beeing cleared on opening menu

This commit is contained in:
Sapier 2015-12-17 20:43:25 +01:00
parent 9eee3c3f46
commit 6a7e1667f6
3 changed files with 78 additions and 53 deletions

View file

@ -153,6 +153,9 @@ private:
/* handle double taps */
bool doubleTapDetection();
/* handle release event */
void handleReleaseEvent(int evt_id);
/* doubleclick detection variables */
struct key_event {
unsigned int down_time;