mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
begenning the refactor
This commit is contained in:
22
runtime/Sources/Drivers/GLFW/GLFWInputs.cpp
git.filemode.normal_file
22
runtime/Sources/Drivers/GLFW/GLFWInputs.cpp
git.filemode.normal_file
@@ -0,0 +1,22 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* GLFWInputs.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/27 18:39:32 by maldavid #+# #+# */
|
||||
/* Updated: 2024/03/27 18:42:18 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <PreCompiled.h>
|
||||
#include <Drivers/GLFW/GLFWInputs.h>
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
void GLFWInputs::Update() noexcept
|
||||
{
|
||||
glfwPollEvents();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user