fix(Hotkey): Make inline to make compiler happy
This commit is contained in:
parent
6e9fbcdf09
commit
1ad337492a
@ -174,7 +174,7 @@ namespace ImGui
|
|||||||
"VK_RMENU"
|
"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();
|
ImGuiWindow* window = ImGui::GetCurrentWindow();
|
||||||
if (window->SkipItems)
|
if (window->SkipItems)
|
||||||
|
Reference in New Issue
Block a user