mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Compilation warning fix
This commit is contained in:
@@ -475,7 +475,7 @@ void UserInterface::handleMouse()
|
||||
}
|
||||
|
||||
// if not on any window
|
||||
if ( !ImGui::IsAnyWindowHovered() && !ImGui::IsAnyWindowFocused() )
|
||||
if ( !ImGui::IsWindowHovered(ImGuiHoveredFlags_AnyWindow) && !ImGui::IsWindowFocused(ImGuiHoveredFlags_AnyWindow) )
|
||||
{
|
||||
//
|
||||
// Mouse wheel over background
|
||||
|
||||
Reference in New Issue
Block a user