tpecholt opened this issue 2 years ago · 0 comments
f.e. entering ctrl+A will export code
if (ImGui::Button(...) || (ImGui::GetIO().KeyCtrl && ImGui::IsKeyPressed(ImGuiKey_A, false))) ...