aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdl_window.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl_window.erl')
-rw-r--r--src/sdl_window.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sdl_window.erl b/src/sdl_window.erl
index 637e9de..26deeda 100644
--- a/src/sdl_window.erl
+++ b/src/sdl_window.erl
@@ -49,7 +49,9 @@
-type window_pos() :: centered | undefined | integer().
-type window_flag() :: fullscreen | fullscreen_desktop | opengl | shown
| hidden | borderless | resizable | minimized | maximized
- | input_grabbed | input_focus | mouse_focus | foreign | allow_high_dpi.
+ | input_grabbed | input_focus | mouse_focus | foreign | allow_high_dpi
+ | mouse_capture | always_on_top | skip_taskbar | utility
+ | tooltip | popup_menu | vulkan.
-type window_event_type() :: shown | hidden | exposed | moved | resized
| size_changed | minimized | maximized | restored | enter | leave