Eliasyoussef47 / LockCursorInMonitor

Allows the user to confine the cursor to the monitor it's on when they hold the ctrl key.
17 stars 9 forks source link

Wrap native functions with C# methods #3

Closed Eliasyoussef47 closed 3 years ago

Eliasyoussef47 commented 3 years ago

Wrap functions like GetCursorPos, ClipCursor and GetClipCursor under the Interop namespace and exceptions and everything needed.

Eliasyoussef47 commented 3 years ago

Resolved in #4