You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loadWinCursor has been removed as it is redundant. To set one of the cursors provided by windows or macOS, take a look here.
loadCursor no longer sets the cursor, but only serves to load it and return a pointer. To set a loaded cursor, use setCursor.
destroyCursor has been renamed to freeCursor
showCursor and hideCursor have been replaced with setVisibility to allow you more agency in how you hide and show the cursor. setVisibility is a wrapper around ShowCursor.
Stability improvements; the plugin will no longer cause the simulator to crash on exit.