Imgui: Implement keyboard input, fix #1797

This commit is contained in:
Vojtech Kral 2019-02-15 15:35:32 +01:00
parent 3901ac47d1
commit 2de814d478
5 changed files with 128 additions and 10 deletions

View file

@ -1075,7 +1075,7 @@ public:
void on_size(wxSizeEvent& evt);
void on_idle(wxIdleEvent& evt);
void on_char(wxKeyEvent& evt);
void on_key_up(wxKeyEvent& evt);
void on_key(wxKeyEvent& evt);
void on_mouse_wheel(wxMouseEvent& evt);
void on_timer(wxTimerEvent& evt);
void on_mouse(wxMouseEvent& evt);