Skip to content

Commit

Permalink
FOCUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoeprod committed Oct 23, 2024
1 parent 29c0698 commit b92565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elpAudio/scripts/WindowGrab.gml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if !window_get_active() exit
if !global._focused exit
if point_in_rectangle(
display_mouse_get_x(),display_mouse_get_y(),
window_get_x()+x-1000*pressed,window_get_y()+y-1000*pressed,
Expand Down

0 comments on commit b92565a

Please sign in to comment.