Easy to use .NET 5 library for replacing cursors on Windows with any .cur file as well as restore the users default cursors.
- I wrote this library to use alongside my GTACursor application. Talk about over-engineering.
- The library is completely independant of that application and allows any cursor defined in the Cursors enum to be swapped with a specified .cur file.
- Special thanks to pinvoke.net for being a fantastic resource while working with p/invoke!
- Currently, I am not planning on putting this library on Nuget.
- Instead, clone the repo to your machine and reference the library.
- Contributions are welcome! I am positive there are many changes that can be made to possibly improve performance and follow best practices.
- In case you are new to contributing, here are the basic steps to doing so:
- Fork this repo.
- Create and checkout a branch in your local repo.
- Write and commit your changes.
- Submit a PR to this repo!