Stateford / Display-Lock

Locks cursor to specified window and/or converts windows to borderless fullscreen, and prevents the cursor from spilling into another monitor
https://stateford.github.io/Display-Lock/
GNU General Public License v3.0
85 stars 8 forks source link

Allow locking to specific monitors #15

Open Stateford opened 6 years ago

Stateford commented 6 years ago

Allow locking to specific monitors instead of just windows.

The logic to lock to a RECT object is already in the program, just need to get store an array of monitor objects.

Stateford commented 5 years ago

This feature will require hotkeys to be enabled. Without hotkeys, users will get stuck on monitors.

42