X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=input.h;fp=input.h;h=2d4f30ea2c300b4a0b67eea1c9d03ea764de1bc7;hb=fd9119a30ccb8def877a4187348dd071b08227c0;hp=e66a8600f65911474af95465819d7b685d5203a0;hpb=494c85703c76c4123c49937a32584840b6be1470;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/input.h b/input.h index e66a860..2d4f30e 100644 --- a/input.h +++ b/input.h @@ -5,7 +5,8 @@ #include "vg/vg_m.h" #include "font.h" -enum sr_bind{ +enum sr_bind +{ k_srbind_jump = 0, k_srbind_push, k_srbind_skid, @@ -185,8 +186,7 @@ struct { static srinput; static int input_filter_generic(void){ - if( srinput.state != k_input_state_enabled || - vg_ui.wants_mouse || vg_console.enabled || vg.settings_open ) + if( srinput.state != k_input_state_enabled || vg_console.enabled ) return 1; else return 0;