entirely rework event handling take 6
This commit is contained in:
@ -97,6 +97,8 @@ function handlers.handlePasswordInput()
|
||||
end
|
||||
|
||||
-- Register the password handler with highest priority
|
||||
-- First, clear all monitor_touch handlers to avoid duplicates
|
||||
events.clearHandlers("monitor_touch")
|
||||
events.registerHandler("monitor_touch", passwordClickHandler, events.PRIORITY.PASSWORD_INPUT)
|
||||
|
||||
-- Wait for password submission
|
||||
|
||||
Reference in New Issue
Block a user