partial void InitializeJoypad() { readKeysEventArgs = new ReadKeysEventArgs(); }
Example #2
0
		private void OnReadKeys(object sender, ReadKeysEventArgs e) { if (e.JoypadIndex == 0) bus.PressedKeys = ReadKeys(); }