sbarisic / NuklearDotNet

.NET binding for the Nuklear immediate mode GUI
Other
189 stars 15 forks source link

Add option to always render even if there was no input #26

Open shayded-exe opened 11 months ago

shayded-exe commented 11 months ago

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.