sdl3/lib_sdl_mixer_ex library
Properties
- SDL_MIXER_COMPILEDVERSION → int
-
const SDL_MIXER_COMPILEDVERSION = \ SDL_VERSIONNUM(SDL_MIXER_MAJOR_VERSION, SDL_MIXER_MINOR_VERSION, SDL_MIXER_PATCHLEVEL);
final
Functions
-
mixClearError(
) → bool -
const Mix_ClearError = SDL_ClearError;
-
mixGetError(
) → String? -
const Mix_GetError = SDL_GetError;
-
mixSetError(
String fmt, Pointer< NativeType> arg1) → bool -
const MIX_MAX_VOLUME = SDL_MIX_MAXVOLUME;
-
sdlMixerVersionAtleast(
int x, int y, int z) → bool -
const SDL_MIXER_VERSION_ATLEAST = (X, Y, Z) \ (SDL_MIXER_COMPILEDVERSION >= SDL_VERSIONNUM(X, Y, Z));