Fix typo in logs
This commit is contained in:
parent
949b64dff2
commit
7505f7117e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static const char *const android_motionevent_action_labels[] = {
|
||||||
"move",
|
"move",
|
||||||
"cancel",
|
"cancel",
|
||||||
"outside",
|
"outside",
|
||||||
"ponter-down",
|
"pointer-down",
|
||||||
"pointer-up",
|
"pointer-up",
|
||||||
"hover-move",
|
"hover-move",
|
||||||
"scroll",
|
"scroll",
|
||||||
|
|
Loading…
Reference in a new issue