Replace Mouse Cursor with Sprite?

Like @Pkeod says, there’s no built-in way to disable the mouse cursor and replace it, but it’s easy to do on your own. I created an example using DefOS and a game object with a sprite that follows the mouse position: publicexamples/examples/replace_mouse_cursor/replace_mouse_cursor/replace_mouse_cursor.script at master · britzl/publicexamples · GitHub