Home
last modified time | relevance | path

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

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/prefs/
H A Dshortcut.cpp20 , mSecondaryMode(SM_Ignore) in Shortcut()
39 , mSecondaryMode(SM_Ignore) in Shortcut()
H A Dshortcut.hpp33 SM_Ignore ///< The secondary signal will not ever be emitted enumerator
H A Dshortcuteventhandler.cpp270 …->isEnabled() || !shortcut->getModifier() || shortcut->getSecondaryMode() == Shortcut::SM_Ignore || in checkModifier()