X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_config.h;h=e1784ec1900b06100609e2093ddfca995b5d6b09;hb=5ecf9cca8b5b9bf876d7e7c7fde03d5b187bb42b;hp=626aef8979837f21b340f603c5bccc201ecc893a;hpb=46643f969b12c2144a5f15ac5509610f18b467e4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/vg_config.h b/vg_config.h index 626aef8..e1784ec 100644 --- a/vg_config.h +++ b/vg_config.h @@ -1,4 +1,7 @@ -// Copyright (C) 2021 Harry Godden (hgn) - All Rights Reserved +/* + * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved + */ + #define VG_CONFIG #include "vg/vg.h" @@ -22,7 +25,8 @@ static struct button_binding vg_controller_binds[] = { "push", GLFW_GAMEPAD_BUTTON_A }, { "break", GLFW_GAMEPAD_BUTTON_B }, { "switchmode", GLFW_GAMEPAD_BUTTON_Y }, - { "jump", GLFW_GAMEPAD_BUTTON_X } + { "jump", GLFW_GAMEPAD_BUTTON_X }, + { "reset", GLFW_GAMEPAD_BUTTON_LEFT_BUMPER } }; static struct axis_binding vg_axis_binds[] =