entirely rework event handling take 6
This commit is contained in:
@ -97,6 +97,8 @@ function handlers.handlePasswordInput()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Register the password handler with highest priority
|
-- 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)
|
events.registerHandler("monitor_touch", passwordClickHandler, events.PRIORITY.PASSWORD_INPUT)
|
||||||
|
|
||||||
-- Wait for password submission
|
-- Wait for password submission
|
||||||
|
|||||||
Reference in New Issue
Block a user