v0.5
- Cursors must be preloaded before use. An example project is available in the
Corona/
directory - Cursor handles can be destroyed at will using the
plugin.destroyCursor(cursor)
method. It is recommended to do this before exiting the application programmatically - Load a cursor of any size without downscaling, i.e: 256x256 size cursor will load at this size and be very big as you'd expect. An example is available in the
Corona/
directory