Big rename part 1: 'action' to 'input'.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 3 Mar 2013 20:42:59 +0000 (21:42 +0100)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 3 Mar 2013 20:42:59 +0000 (21:42 +0100)
commitf864d363128de19fc6591b77ae9226b34166d715
treeac7a8fcaec394e0fe8601efbe1e2c5f9ee75c809
parentf563321aec9e13b8479ab3b890a9179f095a8b17
Big rename part 1: 'action' to 'input'.
39 files changed:
ApplicationController.h
ApplicationController.m
Config.h
Config.m
English.lproj/MainMenu.xib
Enjoyable.xcodeproj/project.pbxproj
JSAction.h [deleted file]
JSAction.m [deleted file]
JSActionAnalog.h [deleted file]
JSActionAnalog.m [deleted file]
JSActionButton.h [deleted file]
JSActionButton.m [deleted file]
JSActionHat.h [deleted file]
JSActionHat.m [deleted file]
Joystick.h [deleted file]
Joystick.m [deleted file]
JoystickController.h [deleted file]
JoystickController.m [deleted file]
NJActionPathElement.h [deleted file]
NJDevice.h [new file with mode: 0644]
NJDevice.m [new file with mode: 0644]
NJInput.h [new file with mode: 0644]
NJInput.m [new file with mode: 0644]
NJInputAnalog.h [new file with mode: 0644]
NJInputAnalog.m [new file with mode: 0644]
NJInputButton.h [new file with mode: 0644]
NJInputButton.m [new file with mode: 0644]
NJInputController.h [new file with mode: 0644]
NJInputController.m [new file with mode: 0644]
NJInputHat.h [new file with mode: 0644]
NJInputHat.m [new file with mode: 0644]
NJInputPathElement.h [new file with mode: 0644]
Target.h
Target.m
TargetController.h
TargetController.m
TargetMouseMove.m
TargetMouseScroll.m
TargetToggleMouseScope.m