Difference between revisions of "$click"
From Scriptwiki
m (added page) |
m (the same) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
You can use /clear -c @name to clear the history of clicks for a window. If you use $click() with no properties it returns x y. | You can use /clear -c @name to clear the history of clicks for a window. If you use $click() with no properties it returns x y. | ||
− | '''note''': $click doesn't store doubleclick, right clicks or | + | '''note''': $click doesn't store doubleclick, right clicks or middle button clicks |
− | [[Category:Mouse Identifiers]] | + | [[Category:Mouse and Menu Identifiers]] |
Latest revision as of 12:55, 29 June 2007
$click(@,N)
Properties: x, y
This stores a history of x,y clicks for a window. You can use /clear -c @name to clear the history of clicks for a window. If you use $click() with no properties it returns x y.
note: $click doesn't store doubleclick, right clicks or middle button clicks