mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 18:59:15 +00:00
Added events for dynamically connecting and disconnecting displays, with an iOS implementation
This commit is contained in:
@@ -228,7 +228,7 @@ static void _AddDisplay(BScreen *screen) {
|
||||
display.desktop_mode = *mode;
|
||||
display.current_mode = *mode;
|
||||
|
||||
SDL_AddVideoDisplay(&display);
|
||||
SDL_AddVideoDisplay(&display, SDL_FALSE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user