mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing macOS issue
This commit is contained in:
@@ -216,7 +216,7 @@ namespace mlx
|
||||
return y;
|
||||
}
|
||||
|
||||
void SDLManager::InputsFetcher(func::function<void(mlx_event_type, int, int)> functor)
|
||||
void SDLManager::InputsFetcher(std::function<void(mlx_event_type, int, int)> functor)
|
||||
{
|
||||
SDL_Event event;
|
||||
while(SDL_PollEvent(&event))
|
||||
|
||||
Reference in New Issue
Block a user