omar/imgui: Release v1.14

Name: imgui

Owner: omar

Release: v1.14

Released: 2014-10-25

License: MIT

Release Assets:

  • Comments and fixes.
  • Added SetKeyboardFocusHere() to set input focus from code.
  • Added GetWindowFont(), GetWindowFontSize() for users of the low-level ImDrawList API.
  • Added a UserData void *pointer so that the callback functions can access user state "Just in case a project has adverse reactions to adding globals or statics in their own code."
  • Renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL

To top