X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=input.h;h=337782420c932ff4d2b9e0729709b73b7e86b402;hb=22aab5cc99ed5b927c57f0fd8fa65b33575101a6;hp=131ab8c031fccbc4affe35081517ba7cdddd3d2d;hpb=5bb71fef0e63780f95f403fb14b824778cecbe9b;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;