Add comment

This commit is contained in:
twinaphex 2019-02-28 23:34:31 +01:00
parent 5827e3b3af
commit 7998e7f4dc

View File

@ -732,6 +732,9 @@ static int menu_input_pointer_post_iterate(
return -1;
#ifdef HAVE_OVERLAY
/* If we have overlays enabled, overlay controls take
* precedence and we don't want regular menu
* pointer controls to be handled */
if (( settings->bools.input_overlay_enable
&& input_overlay_is_alive(overlay_ptr)))
return 0;