extrawurst / DerelictImgui

Dynamic bindings to the cimgui library (a c-api for IMGUI) for the D programming language
MIT License
54 stars 13 forks source link

Added missing fields to the ImGuiTextEditCallbackData struct. #10

Closed musicaljelly closed 7 years ago

musicaljelly commented 7 years ago

Should be pretty straightforward. I copied the fields verbatim from imgui.h.

extrawurst commented 7 years ago

thank you very much