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
NuklearAPI.Frame() will only render if there was input. This causes issues even in the examples where the calculator will not update after you click until you move the mouse.
NuklearAPI.HandleInput() and NuklearAPI.Render() should be made public so custom behavior can be implemented.
The text was updated successfully, but these errors were encountered:
NuklearAPI.Frame()
will only render if there was input. This causes issues even in the examples where the calculator will not update after you click until you move the mouse.NuklearAPI.HandleInput()
andNuklearAPI.Render()
should be made public so custom behavior can be implemented.The text was updated successfully, but these errors were encountered: