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 Apr 15, 2024
1 parent f85998b commit 0a70f26
Show file tree
Hide file tree
Showing 1,366 changed files with 1,366 additions and 1,366 deletions.
2 changes: 1 addition & 1 deletion SDL3/SDL_ANDROID_EXTERNAL_STORAGE_READ.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See the official Android developer guide for more information: http://developer.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AcquireCameraFrame.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Acquire a frame.

## Header File

Defined in [SDL_camera.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_camera.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_camera.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_camera.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddEventWatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add a callback to be triggered when an event is added to the event queue.

## Header File

Defined in [SDL_events.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_events.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddGamepadMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add support for gamepads that SDL is unaware of or change the binding of an exis

## Header File

Defined in [SDL_gamepad.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_gamepad.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_gamepad.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_gamepad.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddGamepadMappingsFromFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Load a set of gamepad mappings from a file.

## Header File

Defined in [SDL_gamepad.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_gamepad.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_gamepad.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_gamepad.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddGamepadMappingsFromIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Load a set of gamepad mappings from an [SDL_IOStream](SDL_IOStream).

## Header File

Defined in [SDL_gamepad.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_gamepad.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_gamepad.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_gamepad.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddHintCallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add a function to watch a particular hint.

## Header File

Defined in [SDL_hints.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_hints.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_hints.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_hints.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddTimer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Call a callback function at a future time.

## Header File

Defined in [SDL_timer.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_timer.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_timer.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_timer.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AddVulkanRenderSemaphores.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add a set of synchronization semaphores for the current frame.

## Header File

Defined in [SDL_render.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_render.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_render.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_render.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AllocateEventMemory.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Allocate dynamic memory for an SDL event.

## Header File

Defined in [SDL_events.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_events.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidBackButton.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Trigger the Android system back button behavior.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidGetActivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Retrieve the Java instance of the Android activity class.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidGetExternalStoragePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get the path used for external storage for this application.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidGetExternalStorageState.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get the current state of external storage.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidGetInternalStoragePath.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get the path used for internal storage for this application.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidGetJNIEnv.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Get the Android Java Native Interface Environment of the current thread.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidRequestPermission.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Request permissions at runtime, asynchronously.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidSendMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Send a user command to SDLActivity.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AndroidShowToast.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Shows an Android toast notification.

## Header File

Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_system.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_system.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AssertData.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Information about an assertion failure.

## Header File

Defined in [SDL_assert.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_assert.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_assert.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_assert.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AssertState.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Possible outcomes from a triggered assertion.

## Header File

Defined in [SDL_assert.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_assert.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_assert.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_assert.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicAdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add to an atomic variable.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicCompareAndSwap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Set an atomic variable to a new value if it is currently an old value.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicCompareAndSwapPointer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Set a pointer to a new value if it is currently an old value.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicDecRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Decrement an atomic variable used as a reference count.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicGet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Get the value of an atomic variable.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicGetPtr.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Get the value of a pointer atomically.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicIncRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Increment an atomic variable used as a reference count.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicInt.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A type representing an atomic integer value.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Set an atomic variable to a value.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AtomicSetPtr.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Set a pointer to a value atomically.

## Header File

Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_atomic.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_atomic.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AttachVirtualJoystick.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Attach a new virtual joystick.

## Header File

Defined in [SDL_joystick.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_joystick.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_joystick.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_joystick.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AttachVirtualJoystickEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Attach a new virtual joystick with extended properties.

## Header File

Defined in [SDL_joystick.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_joystick.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_joystick.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_joystick.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioDeviceEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Audio device event structure (event.adevice.*)

## Header File

Defined in [SDL_events.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_events.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioDeviceID.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SDL Audio Device instance IDs.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioDevicePaused.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use this function to query if an audio device is paused.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Audio format flags.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioPostmixCallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A callback that fires when data is about to be fed to an audio device.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioSpec.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Format specifier for audio data.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The opaque handle that represents an audio stream.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_AudioStreamCallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A callback that fires when data passes through an [SDL_AudioStream](SDL_AudioStr

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_BUTTON.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Used as a mask when testing buttons in buttonstate.

## Header File

Defined in [SDL_mouse.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_mouse.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_mouse.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_mouse.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_BindAudioStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bind a single audio stream to an audio device.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion SDL3/SDL_BindAudioStreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bind a list of audio streams to an audio device.

## Header File

Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should _only_ `#include <SDL3/SDL.h>`!
Defined in [SDL_audio.h](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h), but apps should use `#include <SDL3/SDL.h>`

## Syntax

Expand Down
Loading

0 comments on commit 0a70f26

Please sign in to comment.