pydirectinput
pydirectinput copied to clipboard
click function not working
I want to click the keys on the "on-screen keyboard" provided by windows and I am currently using windows 11.
I have used these command.......
py.moveTo(int(clocX), int(clocY))
if clicked == True: py.click()
Here clocX and clocY are the co-ordinates value given by the user, when the user wants to click the py.click() function it will work. Only on the "on-screen keyboard" its not working, else where for opening any app or file its working perfectly fine.
Please help....
I am suffering of this issue! pydirectinput 1.0.4 does not interact at all with Windows 10 OSK (I assume issue exists on Windows 11). However; I noticed that mouse library can interact with OSK.