Polling Rate Viewer A program to view your mouse's polling rate. Usage Download the latest release from GitHub Releases. Run the program & rapidly start to move your mouse. The program will display the detected polling rate on a 1 second interval. Building Install MSYS2 & UPX for optional compression. Update the MSYS2 Environment until there are no pending updates using: pacman -Syu --noconfirm Install GCC & MinHook using: pacman -S mingw-w64-ucrt-x86_64-gcc --noconfirm Make sure <MSYS2 Installation Directory>\ucrt64\bin is added to the Windows PATH environment variable. Run Build.cmd.