Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
8.89k stars 533 forks source link

Is it possible to know whether input is captured? #598

Open hw762 opened 6 months ago

hw762 commented 6 months ago

I am trying to use Nuklear as a top level UI of my game. However, I can't find a way to know whether an input is being used by the UI. For instance:

Does nuklear provide a way to extract this information?