projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
388ea73
)
Android: Fix broken double-tap after 49 days uptime
author
SmallJoker
<mk939@ymail.com>
Sun, 3 Nov 2019 11:59:12 +0000
(12:59 +0100)
committer
SmallJoker
<mk939@ymail.com>
Sun, 3 Nov 2019 11:59:12 +0000
(12:59 +0100)
src/gui/touchscreengui.h
patch
|
blob
|
history
diff --git
a/src/gui/touchscreengui.h
b/src/gui/touchscreengui.h
index 1f9adda2204bdcb7b98b4cb17b8dd71a4194efd9..2a3f24a3f0ea4fedc8ed853db2a00f4f7e8e9248 100644
(file)
--- a/
src/gui/touchscreengui.h
+++ b/
src/gui/touchscreengui.h
@@
-230,7
+230,7
@@
private:
int m_move_id = -1;
bool m_move_has_really_moved = false;
-
s
64 m_move_downtime = 0;
+
u
64 m_move_downtime = 0;
bool m_move_sent_as_mouse_event = false;
v2s32 m_move_downlocation = v2s32(-10000, -10000);
@@
-296,7
+296,7
@@
private:
// doubleclick detection variables
struct key_event
{
- u
nsigned int
down_time;
+ u
64
down_time;
s32 x;
s32 y;
};