Callbacks This update adds support for callbacks ! If your cursors respond to mouse position changes (such as aiming away from the player character), these let...
Fixed native_cursor_add_from_sprite_ext using xoffset instead of yoffset Fixed native_cursor_add_from_sprite_ext not freeing the temporary surface correctly Fix...
This update is a complete rewrite of the extension: Consistent with some of my other recent updates, the DLL is now pretty tiny (10KB total). The extension has...
The 2.3.x version now supports both 2.3.0 and 2.3.1 (2.3.1 changes the function signature for buffer_get_surface) Fixed a situational crash when rapidly switchi...
A few things: I rewrote the extension to load cursors from memory on Windows (rather than assembling a temporary CUR file to give to WinAPI), which makes it Rea...
Since GMS2 broke/changed buffer_get|set_surface byte order on Windows specifically. Also finally did some sort of an icon and uploaded the extension to GM Marke...