mirror of
https://github.com/gwm17/implot.git
synced 2024-11-22 10:18:52 -05:00
Fix another ImGuiKeyMod thing
This commit is contained in:
parent
2fcf81af78
commit
8250340f04
|
@ -235,7 +235,7 @@ void ModSelector(const char* label, ImGuiModFlags* k) {
|
|||
ImGui::PopID();
|
||||
}
|
||||
|
||||
void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiKeyModFlags* k) {
|
||||
void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiModFlags* k) {
|
||||
ImGui::LabelText("##","%s",label);
|
||||
if (b != NULL) {
|
||||
ImGui::SameLine(100);
|
||||
|
|
Loading…
Reference in New Issue
Block a user