Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 755 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 755 Bytes

RECursor

macOS 10.13+ ONLY!

Support Windows animated cursor in macOS applications, using in reAMP.

Screenshot from reAMP with animated cursor

Install

Swift package only, add this repo URL to your project, setup delegate and enjoy!

import RECursor
...
// Init cursor
let cursor = try RECursor(cursor: "cur1164.ani")

// Set
cursor.set()

// Reset to default cursor
Cursor.unSet()

About Me

License

MIT