You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show example of using std::bind instead of lambdas for signal callbacks
example of event dispatch system - both dispatching & receiving
note on subclassing BaseViews says you'll override update or draw, but it's just as likely to not override and instead only manage child views via callbacks (child tapped, animate this, etc.). Update docs to reflect?
keyboard shortcuts used
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: