Dale Kim
ac518a1d3e
Set modifier key state by inspecting imgui's io.KeysDown array.
2015-04-14 14:09:26 -05:00
Dale Kim
fe15756129
Simplified glfw keyboard callbacks.
2015-04-13 20:04:53 -05:00
Dale Kim
4b7be31197
Fixed modifier key state setting in GLFW callbacks.
2015-04-03 09:01:48 -05:00
Dale Kim
85c71170af
Defined bool ImGui::GetWindowCollapsed().
2015-02-28 14:47:59 -06:00
Dale Kim
72d10d3baa
Fix SetColumnOffset() subtracting a bool value instead of scrollbar width.
2015-02-23 13:36:40 -06:00
Dale Kim
7bd507d266
Disable client state in OpenGL example after rendering.
...
Using the example code in another application that has other rendering
code can cause rendering bugs or memory access errors if client state
is not disabled.
2014-08-22 16:00:38 -05:00
Dale Kim
c52a54ef43
Fix for gcc type qualifier warnings.
...
With -Wall -Wextra -Werror, it is not possible to compile against
imgui.h due to const correctness violation in ImVector.
2014-08-13 11:57:37 -05:00