summaryrefslogtreecommitdiff
path: root/src/touchscreengui.h
diff options
context:
space:
mode:
authorSapier <sapier AT gmx dot net>2015-12-17 20:43:25 +0100
committerSapier <sapier AT gmx dot net>2015-12-17 20:43:25 +0100
commit6a7e1667f6e696f152191d9fdd74947ceefcfd3a (patch)
treee2e37c83233172def6f182ce8179c66803458d34 /src/touchscreengui.h
parent9eee3c3f465c071bb9908749cf48be3c131a1bdf (diff)
downloadminetest-6a7e1667f6e696f152191d9fdd74947ceefcfd3a.tar.gz
minetest-6a7e1667f6e696f152191d9fdd74947ceefcfd3a.tar.bz2
minetest-6a7e1667f6e696f152191d9fdd74947ceefcfd3a.zip
Android: Fix pressed buttons not beeing cleared on opening menu
Diffstat (limited to 'src/touchscreengui.h')
-rw-r--r--src/touchscreengui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/touchscreengui.h b/src/touchscreengui.h
index bb3231793..1e69a41e9 100644
--- a/src/touchscreengui.h
+++ b/src/touchscreengui.h
@@ -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;