Rewrite KeyInputTextView into NJKeyInputField. New class communicates using a proper...
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 3 Mar 2013 14:24:36 +0000 (15:24 +0100)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 3 Mar 2013 14:24:36 +0000 (15:24 +0100)
commit4a490c57151dd4ba9cb27cc34a0e33fc68fc4d24
tree42a08a8b36105c3b3259e8de8f74536d185aff73
parent1700c86669723045bf7abd177ca519f47656e995
Rewrite KeyInputTextView into NJKeyInputField. New class communicates using a proper delegate, standard property names, fixes more bugs in UI edge cases, allow Alt+Escape to clear the field, support modified virtual keys usefully.
English.lproj/MainMenu.xib
Enjoyable.xcodeproj/project.pbxproj
KeyInputTextView.h [deleted file]
KeyInputTextView.m [deleted file]
NJKeyInputField.h [new file with mode: 0644]
NJKeyInputField.m [new file with mode: 0644]
TargetController.h
TargetController.m
TargetKeyboard.m