Recently im coding a macro, I need to make that if you left click, and not hold the left mouse button the click while the macro is enabled it's not gonna work
while ( GetAsyncKeyState(Keys.LButton) != 0 && isMacroEnabled && isHoldingLeftClick && isntClicking ) {
// Macro code
}