MCPcopy Create free account
hub / github.com/dborth/fceugx / SetSoundOver

Method SetSoundOver

source/gui/gui_button.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 if(txt) txt->SetParent(this);
112}
113void GuiButton::SetSoundOver(GuiSound * snd)
114{
115 soundOver = snd;
116}
117void GuiButton::SetSoundHold(GuiSound * snd)
118{
119 soundHold = snd;

Callers 15

WindowPromptFunction · 0.80
OnScreenKeyboardFunction · 0.80
SettingWindowFunction · 0.80
MenuGameSelectionFunction · 0.80
MenuGameFunction · 0.80
MenuGameSavesFunction · 0.80
MenuGameSettingsFunction · 0.80
MenuGameCheatsFunction · 0.80
MenuSettingsMappingsFunction · 0.80
MenuSettingsMappingsMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected