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.
2 parents b2c5075 + 06af72f commit 45aecf0Copy full SHA for 45aecf0
scripts/functions/Function_Debug.js
@@ -337,6 +337,8 @@ function dbg_slider_int() { ErrorFunction( "dbg_slider_int()" ); }
337
function dbg_add_font_glyphs() { ErrorFunction( "dbg_add_font_glyphs()" ); }
338
function ref_create() { ErrorFunction( "ref_create()" ); return 0; }
339
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; }
342
function show_debug_log() { ErrorFunction( "show_debug_log()" ); ; }
343
344
0 commit comments