summaryrefslogtreecommitdiff
path: root/src/video/video_driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/video_driver.hpp')
-rw-r--r--src/video/video_driver.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/video/video_driver.hpp b/src/video/video_driver.hpp
index b774c7ba6..d7d853c1f 100644
--- a/src/video/video_driver.hpp
+++ b/src/video/video_driver.hpp
@@ -94,6 +94,11 @@ public:
virtual void EditBoxLostFocus() {}
/**
+ * An edit box gained the input focus
+ */
+ virtual void EditBoxGainedFocus() {}
+
+ /**
* Get the currently active instance of the video driver.
*/
static VideoDriver *GetInstance() {