I try to control the mouse movement, but I don't understand how I can select the mouse pointer object.
Asked
Active
Viewed 108 times
0
-
Selector? Like CSS selector? – evolutionxbox Jun 14 '21 at 12:02
-
There's no selector for the cursor, it's not a HTML element. – Teemu Jun 14 '21 at 12:02
-
1AFAIK you cannot directly control the mouse. Only pretend to control it by hiding the mouse and then creating a fake mouse in its place. https://stackoverflow.com/questions/1071356/is-it-possible-to-hide-the-cursor-in-a-webpage-using-css-or-javascript – evolutionxbox Jun 14 '21 at 12:03