mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Commented out debug printf in OnKey
This commit is contained in:
parent
135cf7a0ed
commit
7434d12c96
@ -1389,7 +1389,7 @@ PRBool nsWindow::OnKey(PRUint32 aEventType, PRBool aCalcCharCode, TCHAR aCharCod
|
||||
}
|
||||
|
||||
event.keyCode = nChar;
|
||||
printf("charCode %d keyCode %d\n", event.charCode, event.keyCode);
|
||||
//printf("charCode %d keyCode %d\n", event.charCode, event.keyCode);
|
||||
|
||||
event.isShift = mIsShiftDown;
|
||||
event.isControl = mIsControlDown;
|
||||
|
Loading…
x
Reference in New Issue
Block a user