entirely rework event handling take 5
This commit is contained in:
@ -585,6 +585,9 @@ end
|
||||
|
||||
local function mainMenu()
|
||||
while true do
|
||||
-- Setup basic handlers for main menu
|
||||
handlers.setupConnectionHandlers()
|
||||
|
||||
display.showMainMenu()
|
||||
local answer = parallel.waitForAny(GetClick, GetActivation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user