We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a57b6 commit 9c405caCopy full SHA for 9c405ca
sdl3/SDL_video.py
@@ -174,6 +174,7 @@ class SDL_GLContextState(ctypes.c_void_p):
174
175
SDL_PROP_WINDOW_CREATE_ALWAYS_ON_TOP_BOOLEAN: bytes = "SDL.window.create.always_on_top".encode()
176
SDL_PROP_WINDOW_CREATE_BORDERLESS_BOOLEAN: bytes = "SDL.window.create.borderless".encode()
177
+SDL_PROP_WINDOW_CREATE_CONSTRAIN_POPUP_BOOLEAN: bytes = "SDL.window.create.constrain_popup".encode()
178
SDL_PROP_WINDOW_CREATE_FOCUSABLE_BOOLEAN: bytes = "SDL.window.create.focusable".encode()
179
SDL_PROP_WINDOW_CREATE_EXTERNAL_GRAPHICS_CONTEXT_BOOLEAN: bytes = "SDL.window.create.external_graphics_context".encode()
180
SDL_PROP_WINDOW_CREATE_FLAGS_NUMBER: bytes = "SDL.window.create.flags".encode()
0 commit comments