Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
/ ScreenLock Public archive

Our ProPresenter operators kept loosing their mouse on the secondary display, so we made this to keep that from happening.

Notifications You must be signed in to change notification settings

ValorousChurch/ScreenLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screen Lock

Our propresenter opperators kept loosing their mouse on the secondary display, so we made this to keep that from happening. It watches your mouse movements and when it sees a negative y coordinate (mouse is on the second screen) it bumps the mouse back onto the primary screen.

Requirements

To Run

  • OSX (We're on 10.12, but It shouldn't matter as long as you build it on the same version you plan to run it on)
  • Your second monitor must be in this location:
    Monitor Setup

To Build

  • XCode command line tools must be installed (xcode-select --install)
  • Link with the ApplicationServices framework (gcc -Wall -o ScreenLock ScreenLock.c -framework ApplicationServices)

About

Our ProPresenter operators kept loosing their mouse on the secondary display, so we made this to keep that from happening.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages