Fix major overstep with last commit
[carveJwlIkooP6JGAAIwe30JlM.git] / vg_config.h
index 92fd2e855c88dc9357acef1552859c0d79d138a1..626aef8979837f21b340f603c5bccc201ecc893a 100644 (file)
@@ -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[] =