11-21-2022, 11:41 PM
Yes, I call this step:
While _MouseInput: Wend ' polling the mouse for current location for current loop
@SMcNeill not sure if you want to deal with this here and now but,
An issue that comes up with this is getting clear of last _MouseButton() so that you don't execute a Mouse click more than once for same click ie a little slow releasing the button.
As I recall you had a nice bit of code to resolve that issue.
While _MouseInput: Wend ' polling the mouse for current location for current loop
@SMcNeill not sure if you want to deal with this here and now but,
An issue that comes up with this is getting clear of last _MouseButton() so that you don't execute a Mouse click more than once for same click ie a little slow releasing the button.
As I recall you had a nice bit of code to resolve that issue.
b = b + ...