Skip to content

Instantly share code, notes, and snippets.

function init(self)
msg.post(".", "acquire_input_focus")
msg.post("#gameproxy", "load")
end
function final(self)
msg.post(".", "release_input_focus")
end
function on_message(self, message_id, message, sender)