Skip to content

4.5.1

Compare
Choose a tag to compare
@Minmoose Minmoose released this 20 Apr 17:16
· 97 commits to main since this release
5beeff1

4.5.1 (Apr 20 2023), Raygui 3.5

Updated raygui to 3.5

  • Added new Tab Bar contorol GuiTabBar(), based upon GuiToggle(),
  • Added helper functions to split text in separate lines,
  • Added new icons useful for code editing tools,
  • Redesigned GuiTextBox() to support cursor movement and GuiDrawText() to divide drawing by lines.

The following functions have been removed:

  • REMOVED: Unneeded icon editing functions
  • REMOVED: GuiTextBoxMulti(), very limited and broken
  • REMOVED: MeasureTextEx() dependency, logic directly implemented
  • REMOVED: DrawTextEx() dependency, logic directly implemented