Merge pull request #54 from joolswills/rename_buttons

rename buttons to avoid confusion (bottom -> shoulder / top -> trigger).
This commit is contained in:
Jools Wills 2016-07-05 19:53:20 +01:00 committed by GitHub
commit 60c1d0a1f9

View file

@ -28,10 +28,10 @@ static const char* inputName[inputCount] =
"B",
"X",
"Y",
"LeftBottom",
"RightBottom",
"LeftTop",
"RightTop",
"LeftShoulder",
"RightShoulder",
"LeftTrigger",
"RightTrigger",
"LeftThumb",
"RightThumb",
"LeftAnalogUp",
@ -82,10 +82,10 @@ static const char* inputDispName[inputCount] =
"B",
"X",
"Y",
"LEFT BOTTOM",
"RIGHT BOTTOM",
"LEFT TOP",
"RIGHT TOP",
"LEFT SHOULDER",
"RIGHT SHOULDER",
"LEFT TRIGGER",
"RIGHT TRIGGER",
"LEFT THUMB",
"RIGHT THUMB",
"LEFT ANALOG UP",