Skip to content

Releases: danieldownes/MouseWrap

v4.1

03 Mar 09:06

Choose a tag to compare

New Features:

  • Three-state edge wrapping: each contour edge can now be set to Wrap (green), Delayed (yellow), or No Wrap (red) by clicking in the Options dialog.
  • Delayed edge wrapping: cursor pauses at the boundary before wrapping, providing resistance at selected edges.
  • Adjustable delay slider: configure the delayed-wrap timing from 200 ms to 1000 ms (snaps to 100 ms increments).
  • Live cursor dot: the Options monitor preview now shows the real-time cursor position as a dot.
  • Color key legend: the Options dialog displays a color legend explaining the three edge states.
  • All edge states and delay settings are persisted in the registry and survive restarts.

Full Changelog: v4.0...v4.1

Does not require any additional dependices for Windows 10 or newer.

Mouse Wrap 4.0

23 May 14:47

Choose a tag to compare

Multi-monitor support.
Supports single, 2, or more monitors.
Monitors can be orientated side-by-side, L shape, T shape or other possible screen setups.

Requires Visual C++ Redistributable for Visual Studio 2015-2022 to be pre-installed:

Architecture Download Link
ARM64 https://aka.ms/vs/17/release/vc_redist.arm64.exe
X86 https://aka.ms/vs/17/release/vc_redist.x86.exe
X64 https://aka.ms/vs/17/release/vc_redist.x64.exe

Mouse Wrap 4.0 alpha 1

17 Jun 10:11

Choose a tag to compare

Pre-release

Finally we now have a working pure C version that directly calls the WinAPI.

This has only been tested on Windows 11 with a single monitor setup so far.

Full Changelog: v3.3-release...v4.0a1

Mouse Wrap 3.3

10 Jun 07:29

Choose a tag to compare

Mouse Wrap is a small utility to enhance the mobility of the Windows mouse pointer. It does this by wrapping the movement of the mouse pointer around the edges of the screen. When the pointer touches an edge of the screen it will instantly appear on the opposite side of the screen; See the graphical demo (right) for elaboration. This edgeless experience in a desktop enviroment allows for faster interaction, espetially when larger screen resolutions are involved.

Mouse Wrap 2.04

10 Dec 11:31

Choose a tag to compare