| Value | Meaning |
|---|---|
| FLAG_VSYNC_HINT64 | Set to try enabling V-Sync on GPU |
| FLAG_FULLSCREEN_MODE2 | Set to run program in fullscreen |
| FLAG_WINDOW_RESIZABLE4 | Set to allow resizable window |
| FLAG_WINDOW_UNDECORATED8 | Set to disable window decoration (frame and buttons) |
| FLAG_WINDOW_HIDDEN128 | Set to hide window |
| FLAG_WINDOW_MINIMIZED512 | Set to minimize window (iconify) |
| FLAG_WINDOW_MAXIMIZED1024 | Set to maximize window (expanded to monitor) |
| FLAG_WINDOW_UNFOCUSED2048 | Set to window non focused |
| FLAG_WINDOW_TOPMOST4096 | Set to window always on top |
| FLAG_WINDOW_ALWAYS_RUN256 | Set to allow windows running while minimized |
| FLAG_WINDOW_TRANSPARENT16 | Set to allow transparent framebuffer |
| FLAG_WINDOW_HIGHDPI8192 | Set to support HighDPI |
| FLAG_WINDOW_MOUSE_PASSTHROUGH16384 | Set to support mouse passthrough, only supported when FLAG_WINDOW_UNDECORATED |
| FLAG_BORDERLESS_WINDOWED_MODE32768 | Set to run program in borderless windowed mode |
| FLAG_MSAA_4X_HINT32 | Set to try enabling MSAA 4X |
| FLAG_INTERLACED_HINT65536 | Set to try enabling interlaced video format (for V3D) |
System/Window config flags