mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
fix(Hotkey): Make inline to make compiler happy
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user