(svn r24735) -Codechange: Move HandleEditBoxKey to Window class.
This commit is contained in:
@@ -458,6 +458,8 @@ public:
|
||||
void UnfocusFocusedWidget();
|
||||
bool SetFocusedWidget(byte widget_index);
|
||||
|
||||
EventState HandleEditBoxKey(int wid, uint16 key, uint16 keycode);
|
||||
|
||||
void HandleButtonClick(byte widget);
|
||||
int GetRowFromWidget(int clickpos, int widget, int padding, int line_height = -1) const;
|
||||
|
||||
|
Reference in New Issue
Block a user