Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.56 KB

readme.md

File metadata and controls

43 lines (29 loc) · 1.56 KB

Mouse Click Simulator

Mouse Click Simulator is a Windows Forms application that can be used to simulate mouse clicks on any desktop window easily.

Main window of Mouse Click Simulator, v0.3.0.

Prerequisites

To run the program you need the .NET 6 runtime. The current .NET 6 runtime can be downloaded from https://dotnet.microsoft.com/en-us/download/dotnet/6.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.

Installation

To install the program, take a look at the available releases and download the installer or ZIP file of the newest version from there.

Version history

A changelog is available in changelog.md.

Copyright and Licensing

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/.