APMCounter is a small WPF overlay that displays your current Actions Per Minute (APM).
- Every keyboard key down event
- Mouse button presses: left, right, middle, and X1/X2 (mouse buttons 4/5)
- The number shown is a rolling total over the last 60 seconds.
- Run the application.
- A small borderless window appears showing a single number (your current APM).
- Click and drag the window (left mouse button) to reposition it.
- Close it with Alt+F4, via the taskbar window menu, or by ending the process in Task Manager.
- Download executable from releases
- Run executable
- Windows
- .NET Framework
- Visual Studio with the ".NET desktop development" workload
- Open the solution in Visual Studio.
- Restore NuGet packages (if prompted).
- Build the solution.
- Run the generated executable from the build output.