Fix typo in PocketBook init (#13238)

See https://www.mobileread.com/forums/showthread.php?p=4488302#post4488302
This commit is contained in:
Frans de Jonge
2025-02-11 20:59:36 +01:00
committed by GitHub
parent eea6c5465d
commit c65e7971ec

View File

@@ -240,7 +240,7 @@ function PocketBook:init()
-- Unhandled events will leave Input:waitEvent() as "GenericInput" -- Unhandled events will leave Input:waitEvent() as "GenericInput"
-- NOTE: This all happens in ffi/input_pocketbook.lua -- NOTE: This all happens in ffi/input_pocketbook.lua
self._model_init() self:_model_init()
-- NOTE: `self.input.open` is a method, and we want it to call `self.input.input.open` -- NOTE: `self.input.open` is a method, and we want it to call `self.input.input.open`
-- with `self.input` as first argument, which the imp supports to get access to -- with `self.input` as first argument, which the imp supports to get access to
-- `self.input.raw_input`, hence the double `self.input` arguments. -- `self.input.raw_input`, hence the double `self.input` arguments.