goldberg_emulator/ImGui
Nemirtingas 1016e7f47f Fix lag on events
Found on sanctum2, returning 0 in XPending & XEventsQueued make the SDL do something else than polling events and makes lag the event loop.
Now the event loop returns 0 when there are no more events.
2019-09-03 17:25:42 +02:00
..
impls Fix lag on events 2019-09-03 17:25:42 +02:00
imconfig.h Added opengl32 lib and declared glew as static 2019-08-16 11:11:13 +02:00
imgui_draw.cpp Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui_internal.h Added ImGui base code 2019-07-25 23:25:46 +02:00
imgui_user.h Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui_widgets.cpp Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui.cpp Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui.h Added 64bits support to ImGui 2019-07-25 23:27:09 +02:00
imstb_rectpack.h Added missing ImGui headers 2019-07-25 23:31:24 +02:00
imstb_textedit.h Added missing ImGui headers 2019-07-25 23:31:24 +02:00
imstb_truetype.h Added missing ImGui headers 2019-07-25 23:31:24 +02:00