1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-22 18:28:53 -05:00

Fix another ImGuiKeyMod thing

This commit is contained in:
Gordon McCann 2022-11-08 14:03:54 -05:00
parent 2fcf81af78
commit 8250340f04

View File

@ -235,7 +235,7 @@ void ModSelector(const char* label, ImGuiModFlags* k) {
ImGui::PopID(); ImGui::PopID();
} }
void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiKeyModFlags* k) { void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiModFlags* k) {
ImGui::LabelText("##","%s",label); ImGui::LabelText("##","%s",label);
if (b != NULL) { if (b != NULL) {
ImGui::SameLine(100); ImGui::SameLine(100);