X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_config.h;h=626aef8979837f21b340f603c5bccc201ecc893a;hb=46643f969b12c2144a5f15ac5509610f18b467e4;hp=92fd2e855c88dc9357acef1552859c0d79d138a1;hpb=3ee65e6e24bfc39db7c7dd8c1f4cec3d5c42d0f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/vg_config.h b/vg_config.h index 92fd2e8..626aef8 100644 --- a/vg_config.h +++ b/vg_config.h @@ -21,7 +21,8 @@ static struct button_binding vg_controller_binds[] = { { "push", GLFW_GAMEPAD_BUTTON_A }, { "break", GLFW_GAMEPAD_BUTTON_B }, - { "switchmode", GLFW_GAMEPAD_BUTTON_Y } + { "switchmode", GLFW_GAMEPAD_BUTTON_Y }, + { "jump", GLFW_GAMEPAD_BUTTON_X } }; static struct axis_binding vg_axis_binds[] =