-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi @nmwsharp !
Thanks for this amazing package! I'm currently designing a tool that is using Polyscope and makes heavy use of keyboard controls. For that, it would be invaluable to have access to modifier keys as well as the full set of keys from the keyboard. However, currently in the Polyscope Python interface only a few keys are mapped (see
polyscope-py/src/cpp/imgui.cpp
Line 1704 in 11362b1
| m.attr("ImGuiKey_Tab") = static_cast<int>(ImGuiKey_Tab); |
io.KeyMods, if I'm not mistaken).
Is there currently a way to read modifier keys in Polyscope in Python that I'm missing? Would it be possible to expose access to the io module or another access function? Could we extend the list of mapped keys to cover the entire keyboard instead of the current selection?
Thanks a lot in advance!
Christoph
Metadata
Metadata
Assignees
Labels
No labels