fix(Hotkey): Make inline to make compiler happy

This commit is contained in:
Yimura
2022-01-18 02:21:04 +01:00
parent caff765f43
commit c902756bca

View File

@ -174,7 +174,7 @@ namespace ImGui
"VK_RMENU"
};
bool Hotkey(const char* label, int* k, const ImVec2& size_arg = {})
inline bool Hotkey(const char* label, int* k, const ImVec2& size_arg = {})
{
ImGuiWindow* window = ImGui::GetCurrentWindow();
if (window->SkipItems)