I'm using a Windows10 system.
I have a Tkinter canvas which has an image drawn on it. Is there any way to slow down mouse pointer speed when it is hovering over the canvas? I've checked out this link and this link but the answer seems unstable..
To be more specific, is it possible to slow down mouse pointer speed in plain Python/Tkinter?