- attempt to see if IRC chat works better with sdl2 textinput

This commit is contained in:
SoftCoder
2015-10-24 09:02:23 -07:00
parent 49ce8e729b
commit 76d41dfc09
12 changed files with 69 additions and 7 deletions

View File

@@ -204,6 +204,7 @@ protected:
virtual void eventKeyDown(SDL_KeyboardEvent key) {}
virtual void eventKeyUp(SDL_KeyboardEvent key) {}
virtual void eventKeyPress(SDL_KeyboardEvent c) {}
virtual bool eventTextInput(std::string text) { return false; }
virtual void eventResize() {};
virtual void eventPaint() {}
virtual void eventTimer(int timerId) {}