Beispiel #1
0
 internal void SetButtonDown(Silk.NET.Input.Button arg2)
 {
     buttons[(int)arg2.Name] = true;
 }
Beispiel #2
0
 private void GamepadButtonDown(IGamepad arg1, Silk.NET.Input.Button arg2)
 {
     internalState.SetButtonDown(arg2);
 }
Beispiel #3
0
 internal void SetButtonUp(Silk.NET.Input.Button arg2)
 {
     buttons[(int)arg2.Name] = false;
 }