Skip to content

Commit 45aecf0

Browse files
authored
Merge pull request #419 from YoYoGames/feature/gmf-1590
Add Feature https://github.com/YoYoGames/GameMaker-Feature-Requests/issues/1590
2 parents b2c5075 + 06af72f commit 45aecf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/functions/Function_Debug.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ function dbg_slider_int() { ErrorFunction( "dbg_slider_int()" ); }
337337
function dbg_add_font_glyphs() { ErrorFunction( "dbg_add_font_glyphs()" ); }
338338
function ref_create() { ErrorFunction( "ref_create()" ); return 0; }
339339
function is_debug_overlay_open() { return false; }
340+
function is_mouse_over_debug_overlay() { return false; }
341+
function is_keyboard_used_debug_overlay() { return false; }
340342
function show_debug_log() { ErrorFunction( "show_debug_log()" ); ; }
341343

342344

0 commit comments

Comments
 (0)