$click: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
mNo edit summary
m changed category for awhile, testing
Line 7: Line 7:
'''note''': $click doesn't store doubleclick, right clicks or middle button clicks
'''note''': $click doesn't store doubleclick, right clicks or middle button clicks


[[Category:Mouse and Menu Identifiers|Mouse and Menu Identifiers]]
[[Category:Mouse and Menu Identifier]]

Revision as of 11:53, 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