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.
PySDL2でウィンドウアイコンを設定したいです。私はこれをやってみました
self.icon = sdl2.ext.load_image("./assets/icon.png") sdl2.SDL_SetWindowIcon(self.window, self.icon)
でも使ってるから仕方sdl2.ext.Windowない。
sdl2.ext.Window
どうすればこれを行うことができるかについてのアイデアはありますか?