Skip to content

Commit 2482b8f

Browse files
committed
Sync SDL3 header -> wiki
1 parent a0199b4 commit 2482b8f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

SDL3/SDL_GetDisplayProperties.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ On Wayland:
4646
- [`SDL_PROP_DISPLAY_WAYLAND_WL_OUTPUT_POINTER`](SDL_PROP_DISPLAY_WAYLAND_WL_OUTPUT_POINTER):
4747
the wl_output associated with the display
4848
49+
On Windows:
50+
51+
- [`SDL_PROP_DISPLAY_WINDOWS_HMONITOR_POINTER`](SDL_PROP_DISPLAY_WINDOWS_HMONITOR_POINTER):
52+
the monitor handle (HMONITOR) associated with the display
53+
4954
## Thread Safety
5055
5156
This function should only be called on the main thread.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SDL_PROP_DISPLAY_WINDOWS_HMONITOR_POINTER
2+
3+
Please refer to [SDL_GetDisplayProperties](SDL_GetDisplayProperties) for details.
4+
5+
----
6+
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro)
7+

0 commit comments

Comments
 (0)