X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_config.h;h=c1ba2b998f7c9779bbefc4f0e8f02c320fbb7943;hb=ceb730c43643caee3fb389b09b4ba65862100336;hp=7e4ceb75505ef4ea9bdd74ba95095e3ce4d7904b;hpb=4caef139af0996dfb541b7c0b1b1ab31864840ee;p=fishladder.git diff --git a/vg_config.h b/vg_config.h index 7e4ceb7..c1ba2b9 100644 --- a/vg_config.h +++ b/vg_config.h @@ -14,10 +14,6 @@ static struct button_binding vg_button_binds[] = static struct axis_binding vg_axis_binds[] = { - { .name = "primary", .positive = GLFW_MOUSE_BUTTON_LEFT, .negative = -1 }, - { .name = "secondary", .positive = GLFW_MOUSE_BUTTON_RIGHT, .negative = -1 }, - { .name = "horizontal", .positive = GLFW_KEY_D, .negative = GLFW_KEY_A }, - { .name = "vertical", .positive = GLFW_KEY_W, .negative = GLFW_KEY_S } }; static struct vg_achievement vg_achievements[] =