Restrict the mouse to the bounds of a Windows application.
- Open Mouse Bounder
- Open the Process List
- Select a Process
- Press the "Bound" button
- Done!
- When you are finished, press the "Unbound" button.
The refresh button will update the process list.
Head to the Releases.
C# Windows Form Application
Target Framework .NET 7
Built using Visual Studio 2022
To produce the final binaries run publish.bat
The final binary will be located in:
.\Mouse-Bounder\Mouse-Bounder\bin\Release\net7.0-windows\<RID>\publish\
Where <RID>
is the runtime identifier:
- win-x64
- win-x86
- win-arm64