Skip to contents

Enum values for flag.

Usage

flag

Format

An object of class list of length 16.

Details

NameValue
vsync_hint64
fullscreen_mode2
window_resizable4
window_undecorated8
window_hidden128
window_minimized512
window_maximized1024
window_unfocused2048
window_topmost4096
window_always_run256
window_transparent16
window_highdpi8192
window_mouse_passthrough16384
borderless_windowed_mode32768
msaa_4x_hint32
interlaced_hint65536

Examples

flag$vsync_hint
#> [1] 64
flag$window_unfocused
#> [1] 2048
flag$interlaced_hint
#> [1] 65536