From 0c4ee0962ec43c3b951ba93e471f00b95a2fb5c8 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 23 Dec 2022 23:33:21 +0100 Subject: [PATCH] Updated Cursor condition (markdown) --- Cursor-condition.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cursor-condition.md b/Cursor-condition.md index 0a74610..a53f41d 100644 --- a/Cursor-condition.md +++ b/Cursor-condition.md @@ -13,3 +13,10 @@ The current cursor position is displayed below the condition and it is also poss ## Cursor movement This type of check could be useful to make sure to highlight the cursor if it is moving or automatically detect inactivity if the cursor has not been moved for a while in combination with [duration modifiers](Macro-duration-modifiers). + +## Cursor click (Windows only) + +This type of check can be used to detect if a mouse button is pressed. +The button can be selected at (1). + +![Click](https://user-images.githubusercontent.com/19472752/209410720-1797bd0e-03a2-4111-b2ea-554e79b6e57e.PNG)