Customizing the hardware cursor icon

Is it possible to change the hardware cursor icon for desktop builds? If not, is this feature in the roadmap?

Hiding the cursor and having a display object is not a good option for me as it creates a noticeable amount of visual lag.

There is an open feature request for this:

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/10612185-change-mouse-cursor

Please vote it up. As of now we just support hiding the cursor.

Rob

>> Hiding the cursor and having a display object is not a good option for me as it creates a noticeable amount of visual lag.

Set the fps to 60 in your “config.lua” file.  That’ll get rid of the lag.

   https://docs.coronalabs.com/daily/guide/basics/configSettings/index.html#frame-rate-fps

There is an open feature request for this:

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/10612185-change-mouse-cursor

Please vote it up. As of now we just support hiding the cursor.

Rob

>> Hiding the cursor and having a display object is not a good option for me as it creates a noticeable amount of visual lag.

Set the fps to 60 in your “config.lua” file.  That’ll get rid of the lag.

   https://docs.coronalabs.com/daily/guide/basics/configSettings/index.html#frame-rate-fps