entirely rework event handling take 6

This commit is contained in:
2025-12-29 01:32:02 -05:00
parent 94ea64a297
commit b37fff262d

View File

@ -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