voxeltycoon / issues

18 stars 4 forks source link

Change visibility of some UI interfaces to public instead of internal #864

Closed andrewpey closed 3 years ago

andrewpey commented 3 years ago

Discussed in https://github.com/voxeltycoon/issues/discussions/863

Originally posted by **xmnovotny** June 19, 2021 For better work with game UI (eg. adding new tabs to the existing windows), it would be nice to have interfaces like ```IWindowTabSelectHandler, IWindowTabDeselectHandler, IWindowTabFocusHandler, IWindowTabBlurHandler``` with public access, so all window tab functionality will be accessible for mods.
andrewpey commented 3 years ago

Done in 0.86.0.6 (available on the beta branch).