Music.command

Wraps Mix_SetMusicCMD which sets a command to be called when a new music is played

class Music
static @property @trusted
void
command
(
string newCommand
)

Parameters

newCommand string

trigger command

Throws

dsdl2.SDLException if failed to set command

Meta