VB.NET Move mouse / Mouse drag down - Recoil macro
So I've been looking around and quickly found a simple way of moving the cursor position
Cursor.Position = New Point(X, Y)
I put it in a loop and happy days - The cursor moves perfectly
However, it does not move in game. (doesn't matter the game, csgo, rust etc)
I presume these games are blocking this method or this method simple doesn't work for my intended purpose.
I would like my mouse in game to move downwards along the y axis - Does anyone know of a way of doing this?
Cheers
Cursor.Position = New Point(X, Y)
I put it in a loop and happy days - The cursor moves perfectly
However, it does not move in game. (doesn't matter the game, csgo, rust etc)
I presume these games are blocking this method or this method simple doesn't work for my intended purpose.
I would like my mouse in game to move downwards along the y axis - Does anyone know of a way of doing this?
Cheers
