sbarisic / NuklearDotNet

.NET binding for the Nuklear immediate mode GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to always render even if there was no input

shayded-exe opened this issue · comments

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.