mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:15:46 -04:00
FullscreenUI: Use icon font for bindings
This commit is contained in:
@ -363,6 +363,11 @@ std::optional<std::string> InputManager::ConvertHostKeyboardCodeToString(u32 cod
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
const char* InputManager::ConvertHostKeyboardCodeToIcon(u32 code)
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void Host::AddFixedInputBindings(SettingsInterface& si)
|
||||
{
|
||||
// noop
|
||||
|
Reference in New Issue
Block a user