Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Feb 10, 2025
1 parent 18d46f6 commit a93ac8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SDL3/SDL_GetSurfaceProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ The following properties are understood by SDL:
HDR content, the form "*=N", where N is a floating point scale factor
applied in linear space, and "none", which disables tone mapping. This
defaults to "chrome".
- [`SDL_PROP_SURFACE_HOTSPOT_X_NUMBER`](SDL_PROP_SURFACE_HOTSPOT_X_NUMBER):
the hotspot pixel offset from the left edge of the image, if this surface
is being used as a cursor.
- [`SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER`](SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER):
the hotspot pixel offset from the top edge of the image, if this surface
is being used as a cursor.
## Version
Expand Down
7 changes: 7 additions & 0 deletions SDL3/SDL_PROP_SURFACE_HOTSPOT_X_NUMBER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SDL_PROP_SURFACE_HOTSPOT_X_NUMBER

Please refer to [SDL_GetSurfaceProperties](SDL_GetSurfaceProperties) for details.

----
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro)

7 changes: 7 additions & 0 deletions SDL3/SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER

Please refer to [SDL_GetSurfaceProperties](SDL_GetSurfaceProperties) for details.

----
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro)

0 comments on commit a93ac8d

Please sign in to comment.