Delete ControllerAction.cs

This commit is contained in:
alyosha-tas 2017-08-29 09:33:21 -04:00 committed by GitHub
parent f6bcd24542
commit 0147849535
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
namespace EMU7800.Core
{
public enum ControllerAction
{
Up,
Down,
Left,
Right,
Trigger, // Interpretation: 7800 RFire; 2600 Fire, BoosterGrip top
Trigger2, // Interpretation: 7800 LFire, BoosterGrip trigger
Keypad1, Keypad2, Keypad3,
Keypad4, Keypad5, Keypad6,
Keypad7, Keypad8, Keypad9,
KeypadA, Keypad0, KeypadP,
Driving0, Driving1, Driving2, Driving3,
}
}