mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Emulator: set useDPadAsActionKeys flag with DISABLE_TOUCH (#13769)
This commit is contained in:
@@ -70,6 +70,7 @@ local Device = Generic:extend{
|
||||
hasKeys = yes,
|
||||
hasSymKey = os.getenv("DISABLE_TOUCH") == "1" and yes or no,
|
||||
hasDPad = yes,
|
||||
useDPadAsActionKeys = os.getenv("DISABLE_TOUCH") == "1" and yes or no,
|
||||
hasWifiToggle = no,
|
||||
hasSeamlessWifiToggle = no,
|
||||
isTouchDevice = yes,
|
||||
|
||||
Reference in New Issue
Block a user