Switching system cursors

Hi,

Is there a way to switch between different cursor modes, from the C++ side?
I saw a way to set the cursor to a given icon via filename, but I’d like to use the system’s various cursors. (like text cursor, finger cursor, simple cursor…)

Thank you !

I’m afraid this is not currently possible except through directly interfacing with the Win32 API. Feel free to require a feature request in the issue tracker.