Er, character encoding of the comment, maybe?

This commit is contained in:
Steve Checkoway
2007-01-18 12:41:43 +00:00
parent 4f228d3a30
commit 2207bbec54
@@ -429,7 +429,7 @@ wchar_t InputHandler_Carbon::DeviceButtonToChar( DeviceButton button, bool bUseC
keymap = new_keymap;
state = 0;
}
// XXX: Only returns ascii. Ž will be returned as e.
// XXX: Only returns ascii. é will be returned as e.
return KeyTranslate( keymap, UInt16(iMacVirtualKey)|modifiers, &state ) & 0xFF;
}
}