X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=input.h;h=f957ffa211fe6fe931a74b27d053846b60d4fb6a;hb=403bb2442600b86f50d842ec059eb3f54c8ca5ec;hp=275c6a441217d6d3b2e8b66d862e8eb0b2574840;hpb=76315944e5a98838163e0aba8601ed3522f0724d;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/input.h b/input.h index 275c6a4..f957ffa 100644 --- a/input.h +++ b/input.h @@ -190,7 +190,7 @@ static srinput; static int input_filter_generic(void){ if( srinput.state != k_input_state_enabled || - vg_ui.wants_mouse || vg_console.enabled ) + vg_ui.wants_mouse || vg_console.enabled || vg.settings_open ) return 1; else return 0;