X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=input.h;fp=input.h;h=337782420c932ff4d2b9e0729709b73b7e86b402;hb=d74362c9d867f465d887ccd0df36c07efb5e125c;hp=131ab8c031fccbc4affe35081517ba7cdddd3d2d;hpb=17e0e3f9fbd27bb3bee0bfcfb8e0c8dab80d28bf;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/input.h b/input.h index 131ab8c..3377824 100644 --- a/input.h +++ b/input.h @@ -187,7 +187,8 @@ struct { static srinput; static int input_filter_generic(void){ - if( srinput.state != k_input_state_enabled || vg_console.enabled ) + if( (srinput.state != k_input_state_enabled) || vg_console.enabled || + (workshop_form.page != k_workshop_form_hidden) ) return 1; else return 0;