(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
This commit is contained in:
@@ -502,11 +502,6 @@ struct NetworkChatWindow : public QueryStringBaseWindow {
|
||||
}
|
||||
}
|
||||
|
||||
virtual void OnMouseLoop()
|
||||
{
|
||||
this->HandleEditBox(WID_NC_TEXTBOX);
|
||||
}
|
||||
|
||||
virtual EventState OnKeyPress(uint16 key, uint16 keycode)
|
||||
{
|
||||
EventState state = ES_NOT_HANDLED;
|
||||
|
Reference in New Issue
Block a user