tpecholt/imrad

Add Button.shortcut property

tpecholt opened this issue · 0 comments

f.e. entering ctrl+A will export code

if (ImGui::Button(...) ||
   (ImGui::GetIO().KeyCtrl && ImGui::IsKeyPressed(ImGuiKey_A, false)))
...