mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Add missing enum variants in SDL_WindowFlags
This commit is contained in:
@@ -42,6 +42,12 @@ pub enum SDL_WindowFlags {
|
||||
SDL_WINDOW_FOREIGN = 0x00000800,
|
||||
SDL_WINDOW_ALLOW_HIGHDPI = 0x00002000,
|
||||
SDL_WINDOW_MOUSE_CAPTURE = 0x00004000,
|
||||
SDL_WINDOW_ALWAYS_ON_TOP = 0x00008000,
|
||||
SDL_WINDOW_SKIP_TASKBAR = 0x00010000,
|
||||
SDL_WINDOW_UTILITY = 0x00020000,
|
||||
SDL_WINDOW_TOOLTIP = 0x00040000,
|
||||
SDL_WINDOW_POPUP_MENU = 0x00080000,
|
||||
SDL_WINDOW_VULKAN = 0x00100000,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user