mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
adding documentation to mlx.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user