X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_config.h;h=626aef8979837f21b340f603c5bccc201ecc893a;hb=4625f91b85d2badbb719a7f5bcaa2426af25911b;hp=4b305e94e2b91eeb5059db20b0b4cf389de9f428;hpb=fa76acdf613baf7991fbceecbdbd7138620647f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/vg_config.h b/vg_config.h index 4b305e9..626aef8 100644 --- a/vg_config.h +++ b/vg_config.h @@ -20,7 +20,9 @@ static struct button_binding vg_button_binds[] = static struct button_binding vg_controller_binds[] = { { "push", GLFW_GAMEPAD_BUTTON_A }, - { "break", GLFW_GAMEPAD_BUTTON_B } + { "break", GLFW_GAMEPAD_BUTTON_B }, + { "switchmode", GLFW_GAMEPAD_BUTTON_Y }, + { "jump", GLFW_GAMEPAD_BUTTON_X } }; static struct axis_binding vg_axis_binds[] =