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:
parent
9eee3c3f46
commit
6a7e1667f6
3 changed files with 78 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue