pydirectinput icon indicating copy to clipboard operation
pydirectinput copied to clipboard

click function not working

Open AbdullaKhan79 opened this issue 3 years ago • 3 comments

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

AbdullaKhan79 avatar Jun 18 '22 12:06 AbdullaKhan79

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.

RidaShamasneh avatar Jan 12 '24 15:01 RidaShamasneh