GraphicsProgramming / RVPT

Realtime Vulkan path tracer from scratch kind of thing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flesh out ImGui input

cdgiessen opened this issue · comments

Currently the ImGui implementation doesn't handle keyboard events properly which limits the interaction currently possible.
Fixing this would allow for numerical and textual input directly instead of relying on sliders with mouse controls.

The most recent commit added char callbacks and seems to have all the imgui support I need, including text input. Closing the issue until I find an area the implementation is deficient in.