Reduce log priority of some mouse related events
This commit is contained in:
@@ -370,7 +370,7 @@ namespace OpenVulkano::GLFW
|
||||
{
|
||||
const auto windowInstance = GetWindow(window);
|
||||
windowInstance->inputProvider.MouseEnterExitWindow(windowInstance);
|
||||
Logger::INPUT->info("Mouse enter/exit: {}", entered);
|
||||
Logger::INPUT->trace("Mouse enter/exit: {}", entered);
|
||||
}
|
||||
|
||||
void WindowGLFW::ResizeCallback(GLFWwindow* window, int width, int height)
|
||||
|
||||
Reference in New Issue
Block a user