[PocketBook] Map d-pad key events (#6183)

References <#6168>.
reviewable/pr6188/r1
Frank LENORMAND 4 years ago committed by GitHub
parent eb92a95fa0
commit 0b0548fade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,6 +98,11 @@ function PocketBook:init()
[KEY_MENU] = "Menu",
[KEY_PREV] = "LPgBack",
[KEY_NEXT] = "LPgFwd",
[KEY_UP] = "Up",
[KEY_DOWN] = "Down",
[KEY_LEFT] = "Left",
[KEY_RIGHT] = "Right",
[KEY_OK] = "Press",
},
handleMiscEv = function(this, ev)
if ev.code == EVT_BACKGROUND then

Loading…
Cancel
Save