(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
This commit is contained in:
@@ -362,7 +362,7 @@ bool Textbuf::HandleCaret()
|
||||
return false;
|
||||
}
|
||||
|
||||
HandleKeyPressResult Textbuf::HandleKeyPress(uint16 key, uint16 keycode)
|
||||
HandleKeyPressResult Textbuf::HandleKeyPress(WChar key, uint16 keycode)
|
||||
{
|
||||
bool edited = false;
|
||||
|
||||
|
Reference in New Issue
Block a user