Removed some debug printf() calls I accidentally added to Subversion.
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402281
This commit is contained in:
parent
27002e9323
commit
214b58fbad
1 changed files with 0 additions and 2 deletions
|
@ -275,7 +275,6 @@ static void QZ_DoKey (_THIS, int state, NSEvent *event) {
|
|||
if (numChars == 0) {
|
||||
|
||||
key.scancode = [ event keyCode ];
|
||||
printf("numChars == 0, scancode == %d\n", (int) key.scancode);
|
||||
key.sym = keymap [ key.scancode ];
|
||||
key.unicode = 0;
|
||||
key.mod = KMOD_NONE;
|
||||
|
@ -285,7 +284,6 @@ printf("numChars == 0, scancode == %d\n", (int) key.scancode);
|
|||
else if (numChars == 1) {
|
||||
|
||||
key.scancode = [ event keyCode ];
|
||||
printf("numChars == 1, scancode == %d\n", (int) key.scancode);
|
||||
key.sym = keymap [ key.scancode ];
|
||||
key.unicode = [ chars characterAtIndex:0 ];
|
||||
key.mod = KMOD_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue