We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edaa76 commit 7a0cc32Copy full SHA for 7a0cc32
SDL3/SDL_LockProperties.md
@@ -29,8 +29,8 @@ Obtain a multi-threaded lock for these properties. Other threads will wait
29
while trying to lock these properties until they are unlocked. Properties
30
must be unlocked before they are destroyed.
31
32
-The lock is automatically taken when setting individual properties, this
33
-function is only needed when you want to set several properties atomically
+The lock is automatically taken when getting and setting individual properties; this
+function is only needed when you want to get and/or set several properties atomically
34
or want to guarantee that properties being queried aren't freed in another
35
thread.
36
0 commit comments