Home
last modified time | relevance | path

Searched refs:s_hotkey_suppressions (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControlReference/
H A DExpressionParser.cpp73 static HotkeySuppressions s_hotkey_suppressions; variable
255 if (s_hotkey_suppressions.IsSuppressed(input)) in GetValue()
495 const bool is_suppressed = s_hotkey_suppressions.IsSuppressedIgnoringModifiers( in GetValue()
548 m_suppressor = s_hotkey_suppressions.MakeSuppressor(&m_modifiers, &m_final_input); in EnableSuppression()