adding documentation to mlx.h

This commit is contained in:
kbz_8
2023-04-19 12:36:59 +02:00
parent b71c0eafb8
commit 5f1298f9ce
7 changed files with 229 additions and 41 deletions

View File

@@ -32,16 +32,6 @@ namespace mlx::core
_in->onEvent(_graphics[*static_cast<int*>(win)]->getWindow()->getID(), event, funct_ptr, param);
}
void Application::enableAutoRepeat() noexcept
{
_in->enableAutoRepeat();
}
void Application::disableAutoRepeat() noexcept
{
_in->disableAutoRepeat();
}
void Application::getScreenSize(int* w, int* h) noexcept
{
SDL_DisplayMode DM;