/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* GLFWInputs.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/03/27 18:39:32 by maldavid #+# #+# */ /* Updated: 2024/03/27 18:42:18 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */ #include #include namespace mlx { void GLFWInputs::Update() noexcept { glfwPollEvents(); } }