fixed stupid mistake x4
This commit is contained in:
@ -147,7 +147,8 @@ local function HandlePasswordEntry()
|
||||
local entering = true
|
||||
|
||||
while entering do
|
||||
local x, y = GetClick()
|
||||
-- Use os.pullEvent directly to avoid conflicts with ParaDisconnect
|
||||
local _, _, x, y = os.pullEvent("monitor_touch")
|
||||
|
||||
-- Check number buttons (1-9)
|
||||
if y >= 7 and y <= 15 then
|
||||
|
||||
Reference in New Issue
Block a user