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

Capture keyboard and mouse for ImGui #598

Open
cesarl opened this issue Nov 2, 2015 · 0 comments
Open

Capture keyboard and mouse for ImGui #598

cesarl opened this issue Nov 2, 2015 · 0 comments
Assignees

Comments

@cesarl
Copy link
Member

cesarl commented Nov 2, 2015

Regarde, y a ca dans imgui pour pas que quand on tape des queutrus dans imgui l'engine les interprete lui aussi.

IMGUI_API void          CaptureKeyboardFromApp();                                           // manually enforce imgui setting the io.WantCaptureKeyboard flag next frame (your application needs to handle it). e.g. capture keyboard when your widget is being hovered.
IMGUI_API void          CaptureMouseFromApp();                                              // manually enforce imgui setting the io.WantCaptureMouse flag next frame (your application needs to handle it).
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

2 participants