Skip to content

Instantly share code, notes, and snippets.

@Raxol
Raxol / cursor click visualizer.ahk
Last active April 5, 2016 22:40 — forked from TaranVH/cursor click visualizer.ahk
show clicks visually onscreen.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetBatchLines -1 ; To make sure the script runs at max speed. That way everything looks smooth.
Size := 50, Color := "Red", StayOnTime := 150 ; settings
CoordMode, mouse, screen
Gui, -Caption +ToolWindow +AlwaysOnTop +LastFound