102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
hooks_private.h File Reference
#include <SDL3/SDL.h>
#include <dttr_mods.h>

Go to the source code of this file.

Functions

bool dttr_audio_init (const DTTR_Mods_Context *ctx)
void dttr_audio_cleanup (const DTTR_Mods_Context *ctx)
void dttr_audio_handle_device_event (const SDL_Event *event)

Function Documentation

◆ dttr_audio_cleanup()

◆ dttr_audio_handle_device_event()

void dttr_audio_handle_device_event ( const SDL_Event * event)

Definition at line 111 of file hooks.c.

References event, handle_audio_device_added(), and handle_audio_device_removed().

Referenced by dttr_sidecar_handle_sdl_event().

◆ dttr_audio_init()