Devlogs
ImGui_GM v1.0.10
imgui_gmA downloadable library for Windows
Posted February 23, 2023 by nommiin
#release
anotha day, anotha imgui_gm release! this release brings just a couple small fixes to the imgui_gm backend
Fixed:
- Fixed ImGui cursor updating logic to only update the cursor when needed
- This should fix ImGui eating any calls to window_set_cursor (thanks again to Carson for bringing this up)
- Fixed GUI size not being reset properly after ImGui.__Render
- Removed constructor from ImGui script
- Removed gml_pragma calls from static ImGui functions
Added:
- __imgui_initialize now takes a buffer_size argument
- IMGUIGM_BUFFER_SIZE is passed by default, also internal ImGui_GM buffers are grow buffers; so this really only affects the initial creation size (and usually exceeds it)