mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Better method name
This commit is contained in:
parent
88b7733d2a
commit
8155dc8158
@ -113,7 +113,7 @@ int Mixer::FadeOutChannel(int channel, int ms) {
|
||||
return Mix_FadeOutChannel(channel, ms);
|
||||
}
|
||||
|
||||
void Mixer::ChannelFinished(ChannelFinishedHandler channel_finished) {
|
||||
void Mixer::SetChannelFinishedHandler(ChannelFinishedHandler channel_finished) {
|
||||
Mix_ChannelFinished(channel_finished);
|
||||
}
|
||||
|
||||
|
@ -316,7 +316,7 @@ public:
|
||||
/// \see https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC37
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
void ChannelFinished(ChannelFinishedHandler channel_finished);
|
||||
void SetChannelFinishedHandler(ChannelFinishedHandler channel_finished);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Get the active playing status of a channel
|
||||
|
Loading…
x
Reference in New Issue
Block a user