mirror of
https://github.com/Insality/druid
synced 2025-09-28 18:42:20 +02:00
First dirty commit of old code
This commit is contained in:
11
druid/components/andr_back_btn.lua
Normal file
11
druid/components/andr_back_btn.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local M = {}
|
||||
|
||||
--- input handler
|
||||
-- @param action_id - input action id
|
||||
-- @param action - input action
|
||||
function M.on_input(instance, action_id, action)
|
||||
instance.callback(instance.parent.parent)
|
||||
return true
|
||||
end
|
||||
|
||||
return M
|
Reference in New Issue
Block a user