public static bool IsUp(Keybind keybind) => !keybind.IsDown(kbState1, gpState1, Scheme);
public static bool IsPressed(Keybind keybind) => keybind.IsDown(kbState1, gpState1, Scheme) && !keybind.IsDown(kbState0, gpState0, Scheme);