Mouse Click Simulator is a Windows Forms application that can be used to simulate mouse clicks on any desktop window easily.
To run the program you need the .NET 8 runtime. The current .NET 8 runtime can be downloaded from https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime.
Furthermore, the program only runs on Windows operating systems, because it uses the Windows Application Programming Interface ("WinAPI") internally to send the clicks to other application windows.
To install the program, take a look at the available releases and download the installer or ZIP file of the newest version from there.
A changelog is available in changelog.md.
Copyright 2022, 2024 Dirk Stolle
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.