You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the implementation of SDL_CreateWindowFrom
Support Qt sub-component rendering (pass NSView instead of NSWindow)
QWidget* widget; ///< a sub-component
SDL_CreateWindowFrom((void*)widget->winId());