Codechange: Add EditBoxGainedFocus method to VideoDriver base class
This commit is contained in:

committed by
Charles Pigott

parent
46f7c6a641
commit
81f159434d
@@ -374,6 +374,11 @@ struct IConsoleWindow : Window
|
||||
this->Scroll(-wheel);
|
||||
}
|
||||
|
||||
void OnFocus() override
|
||||
{
|
||||
VideoDriver::GetInstance()->EditBoxGainedFocus();
|
||||
}
|
||||
|
||||
void OnFocusLost() override
|
||||
{
|
||||
VideoDriver::GetInstance()->EditBoxLostFocus();
|
||||
|
Reference in New Issue
Block a user