#pragma once #include #define JVS_IO_MAX 31 #define JVS_BUTTON_PAIR_COUNT 15 // struct { // int buttons[JVS_BUTTON_PAIR_COUNT * 2]; // bool invert[JVS_BUTTON_PAIR_COUNT * 2]; // int test; // int notdefault; // } jvsKeybindings[JVS_IO_MAX] = { 0 }; int keySystemTest = 0;