- Add this to input:
- Add this to init:
msg.post(".", "acquire_input_focus")
- Add this to final:
msg.post(".", "release_input_focus")
- Add this to action:
if action_id == hash("t") then for i, pos in ipairs(action.touch) do
This is what I use for my multiple touch games