From 81f159434d9d5421ec188dc7844b6d82dc6aa3e3 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 4 Nov 2019 18:09:24 +0000 Subject: Codechange: Add EditBoxGainedFocus method to VideoDriver base class --- src/video/video_driver.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/video/video_driver.hpp') 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 @@ -93,6 +93,11 @@ public: */ virtual void EditBoxLostFocus() {} + /** + * An edit box gained the input focus + */ + virtual void EditBoxGainedFocus() {} + /** * Get the currently active instance of the video driver. */ -- cgit v1.2.3-54-g00ecf