alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

(#109) Use natives instead of WinForms to change the cursor position #110

Closed alexguirre closed 3 years ago

alexguirre commented 3 years ago

Fixes unexpected behaviour in multiple displays setups, since previously it only considered the primary screen. With the native, the game handles placing the cursor in the correct screen.

Fixes #109.