forked from mirror/OpenTTD
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
This commit is contained in:
@@ -56,7 +56,7 @@ struct Textbuf {
|
||||
bool DeleteChar(uint16 keycode);
|
||||
bool MovePos(uint16 keycode);
|
||||
|
||||
HandleKeyPressResult HandleKeyPress(uint16 key, uint16 keycode);
|
||||
HandleKeyPressResult HandleKeyPress(WChar key, uint16 keycode);
|
||||
|
||||
bool HandleCaret();
|
||||
void UpdateSize();
|
||||
|
Reference in New Issue
Block a user