mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
A couple of minor changes on the UI.
This commit is contained in:
@@ -76,12 +76,10 @@ void cUITextInput::Draw() {
|
||||
}
|
||||
}
|
||||
|
||||
Uint32 cUITextInput::OnFocus() {
|
||||
Uint32 cUITextInput::OnMouseClick( const eeVector2i& Pos, const Uint32 Flags ) {
|
||||
mTextBuffer.Active( true );
|
||||
ResetWaitCursor();
|
||||
|
||||
cUITextBox::OnFocus();
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user