By YellowAfterlife
Is it correct I need to adjust the scaling when using native_cursor_create_from_sprite_ext after the game window has been resized? The sprite is always drawn the same size regardless of the window size. Or can this be handled differently?
That’s how you do it - Windows can’t scale cursors on its own.
thank you for the quick confirmation