We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2e49c commit aa2203aCopy full SHA for aa2203a
1 file changed
scripts/control_draw/control_draw.gml
@@ -2270,7 +2270,7 @@ function control_draw() {
2270
// Draw debug overlay
2271
if (debug_overlay) draw_debug_overlay()
2272
2273
- window_set_cursor(curs)
+ if (display_mouse_get_x() - window_get_x() >= 0 && display_mouse_get_y() - window_get_y() >= 0 && display_mouse_get_x() - window_get_x() < 0 + window_width && display_mouse_get_y() - window_get_y() < 0 + window_height) window_set_cursor(curs)
2274
mouse_xprev = mouse_x
2275
mouse_yprev = mouse_y
2276
0 commit comments