Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hw762 opened this issue Dec 25, 2023 · 0 comments
Open

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

hw762 opened this issue Dec 25, 2023 · 0 comments

Comments

@hw762
Copy link

hw762 commented Dec 25, 2023

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 mouse click hit an element of a window? I want to pass the input down a layer if not.
  • Is key press or text input performed on a focused element? Similarly, I want to pass down input if not.

Does nuklear provide a way to extract this information?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant