Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有在跨平台 GUI 工具包(如 Qt、wxWidgets 等)窗口中嵌入 SDL2“窗口”?
目标是在主窗口中有一些其他控件,例如缩放、保存、颜色选择等,它们将控制 SDL 窗口,例如模拟器。
您可以获取 SDL 窗口的系统句柄,然后将其重新设置为您的应用程序窗口。但是,这是特定于平台的。