Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 948 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 948 Bytes

Mouse Bounder

Restrict the mouse to the bounds of a Windows application.

Usage

  1. Open Mouse Bounder
  2. Open the Process List
  3. Select a Process
  4. Press the "Bound" button
  5. Done!
  6. When you are finished, press the "Unbound" button.

The refresh button will update the process list.

Download

Head to the Releases.

Build Information

C# Windows Form Application

Target Framework .NET 7

Built using Visual Studio 2022

Publish

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