Looking for a function that does this.
I need it to determined if the mouse button is down ... and dragging
iff %Mouse_UD == 0 then
: normal
elseiff %Mouse_UD == 1 then
: we are dragging the mouse i need it to get the following
: get old X,Y coords
: get new X,Y coords and save coords as pixels 0,0 0,0
endiff
I need it to determined if the mouse button is down ... and dragging
iff %Mouse_UD == 0 then
: normal
elseiff %Mouse_UD == 1 then
: we are dragging the mouse i need it to get the following
: get old X,Y coords
: get new X,Y coords and save coords as pixels 0,0 0,0
endiff