This commit is contained in:
2024-08-24 19:41:37 +02:00
parent 999531d2ab
commit 715ddfa24d
3 changed files with 407 additions and 407 deletions

9
MouseTest.ahk Normal file
View File

@@ -0,0 +1,9 @@
#NoEnv
SetBatchLines, -1
#InstallMouseHook
; Mouse button event handlers
~LButton::
MouseGetPos, xpos, ypos
ToolTip, %xpos% %ypos%
return