예제 #1
0
 public static bool IsUp(Keybind keybind) => !keybind.IsDown(kbState1, gpState1, Scheme);
예제 #2
0
 public static bool IsPressed(Keybind keybind) => keybind.IsDown(kbState1, gpState1, Scheme) &&
 !keybind.IsDown(kbState0, gpState0, Scheme);