Implement key events in cocoa. Rough, but works. Not part of build.

This commit is contained in:
hyatt%netscape.com 2002-02-22 08:48:25 +00:00
Родитель 954cb6fb7f
Коммит c86c91bf0b
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2275,8 +2275,6 @@ static PRBool IsSpecialRaptorKey(UInt32 macKeyCode)
outGeckoEvent->eventStructType = NS_KEY_EVENT;
[self convert:aKeyEvent message:aMessage toGeckoEvent:outGeckoEvent];
printf("The key code is: %d\n", [aKeyEvent keyCode]);
// Initialize the out boolean for whether or not we are using
// charCodes to false.
if (aIsChar)