This commit is contained in:
Branimir Karadžić 2015-01-19 22:15:50 -08:00
parent 501d260c3f
commit d5bea0e7fd
3 changed files with 7 additions and 6 deletions
examples/common/imgui

View file

@ -773,7 +773,7 @@ struct Imgui
void beginFrame(int32_t _mx, int32_t _my, uint8_t _button, int32_t _scroll, uint16_t _width, uint16_t _height, char _inputChar, uint8_t _view)
{
IMGUI_beginFrame(_mx, _my, _button, _width, _height, _view);
IMGUI_beginFrame(_mx, _my, _button, _width, _height, _inputChar, _view);
m_view = _view;
m_viewWidth = _width;