Er, character encoding of the comment, maybe?
This commit is contained in:
@@ -429,7 +429,7 @@ wchar_t InputHandler_Carbon::DeviceButtonToChar( DeviceButton button, bool bUseC
|
|||||||
keymap = new_keymap;
|
keymap = new_keymap;
|
||||||
state = 0;
|
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;
|
return KeyTranslate( keymap, UInt16(iMacVirtualKey)|modifiers, &state ) & 0xFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user