Hello, I'm using the "cursor sprite" function to replace my mouse cursor with a sprite. However, when my mouse approaches the edge of the screen, the sprite disappears, and the default cursor reappears. This issue occurs only when the size of my sprite is greater than 26x26 pixels. How can I avoid this problem and maintain a sprite size of, for example, 64x64 pixels without it disappearing at the edge of the screen?
Thank you.