Fixes for ocornut-imgui integrations: mouse wheel, render callbacks

This commit is contained in:
ocornut
2015-06-10 08:53:50 -06:00
parent 4f19cdc436
commit eccbae09b1
14 changed files with 29 additions and 18 deletions

View File

@@ -132,7 +132,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
, mouseState.m_my
, (mouseState.m_buttons[entry::MouseButton::Left ] ? IMGUI_MBUT_LEFT : 0)
| (mouseState.m_buttons[entry::MouseButton::Right ] ? IMGUI_MBUT_RIGHT : 0)
, 0
, mouseState.m_mz
, width
, height
);