Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
113
void GuiButton::SetSoundOver(GuiSound * snd)
114
{
115
soundOver = snd;
116
}
117
void GuiButton::SetSoundHold(GuiSound * snd)
118
{
119
soundHold = snd;
Callers
15
WindowPrompt
Function · 0.80
OnScreenKeyboard
Function · 0.80
SettingWindow
Function · 0.80
MenuGameSelection
Function · 0.80
MenuGame
Function · 0.80
MenuGameSaves
Function · 0.80
MenuGameSettings
Function · 0.80
MenuGameCheats
Function · 0.80
MenuSettingsMappings
Function · 0.80
MenuSettingsMappingsController
Function · 0.80
MenuSettingsMappingsMap
Function · 0.80
MenuSettingsOtherMappings
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected