diff options
Diffstat (limited to 'src/gui/search/SearchView.h')
| -rw-r--r-- | src/gui/search/SearchView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/search/SearchView.h b/src/gui/search/SearchView.h index 5752a2c..4a68498 100644 --- a/src/gui/search/SearchView.h +++ b/src/gui/search/SearchView.h @@ -68,6 +68,7 @@ public: virtual void OnTick(float dt); virtual void OnMouseWheel(int x, int y, int d); virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); + virtual void OnKeyRelease(int key, Uint16 character, bool shift, bool ctrl, bool alt); }; |
