mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
adding imputs system
This commit is contained in:
24
src/core/application.cpp
git.filemode.normal_file
24
src/core/application.cpp
git.filemode.normal_file
@@ -0,0 +1,24 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* application.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/10/04 22:10:52 by maldavid #+# #+# */
|
||||
/* Updated: 2022/10/05 16:58:11 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "application.h"
|
||||
|
||||
namespace mlx::core
|
||||
{
|
||||
void Application::run() noexcept
|
||||
{
|
||||
while(_in.is_running())
|
||||
{
|
||||
_in.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user