Deletes previously created window of the SDL application.
@since SDL 6.0
- (nonnull instancetype)initWithId:(NSUInteger)windowId;
init(id windowId: UInt)
A unique ID to identify the window. The value of ‘0’ will always be the default main window on the main display and cannot be deleted.
A unique ID to identify the window.
The value of ‘0’ will always be the default main window on the main display and cannot be deleted.
See
PredefinedWindows enum.@property (nonatomic, strong) NSNumber<SDLUInt> *_Nonnull windowID;
var windowID: NSNumber & SDLUInt { get set }