(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.

This commit is contained in:
michi_cc
2013-08-05 20:36:32 +00:00
parent 1567e32d89
commit 270d8aa639
4 changed files with 4 additions and 4 deletions

View File

@@ -488,7 +488,7 @@ public:
void UnfocusFocusedWidget();
bool SetFocusedWidget(int widget_index);
EventState HandleEditBoxKey(int wid, uint16 key, uint16 keycode);
EventState HandleEditBoxKey(int wid, WChar key, uint16 keycode);
void HandleButtonClick(byte widget);
int GetRowFromWidget(int clickpos, int widget, int padding, int line_height = -1) const;