i made a 360 spin using ahk
XButton2::
{
DllCall("mouse_event", "UInt", 0x01, "UInt", 43080, "UInt", 0) ; move 1 unit right
Sleep 5
}
return
it just skip a pixel i would like it automatically spins 360 per pexil without skipping any pixel
XButton2::
{
DllCall("mouse_event", "UInt", 0x01, "UInt", 43080, "UInt", 0) ; move 1 unit right
Sleep 5
}
return
it just skip a pixel i would like it automatically spins 360 per pexil without skipping any pixel