Skip to content

C++: ButtonControl, Pointer tracking

Choose a tag to compare

@coinbump coinbump released this 09 May 04:38
· 109 commits to main since this release

What's New in v2.30

C++ (Xcode only) improvements

  • New: ButtonControl adds button tracking for buttons

  • New: EventSystem handles PointerEnter, PointerExit, PointerUp UI events

  • World calls Awake, Start for all world nodes

  • SDLMouseDevice can be used to check mouse position

  • ContainsWhere added to VectorList

  • New: TypeComponentsInChildren

  • SomeStateHandler: Component that responds to state changes (for UI controls)

  • added ToString to SomePosition classes for logging

  • UIControl2D class for all Control views