Home
last modified time | relevance | path

Searched defs:KeyCombination (Results 1 – 6 of 6) sorted by relevance

/dports/russian/xruskb/xruskb-1.15.4/
H A Dkeycomb.h8 struct KeyCombination struct
18 void ParseKeyCombination(const char *str,struct KeyCombination *kc,char *err); argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/command/
H A DKeyCombination.java24 public class KeyCombination class
26 public KeyCombination(NativeEvent event) in KeyCombination() method in KeyCombination
51 public KeyCombination(String key, in KeyCombination() method in KeyCombination
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/dialogs/
H A Dshortcutsettings.cpp124 using KeyCombination = int; typedef
126 using KeyCombination = QKeyCombination; typedef
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DPreferenceInfo.cs227 public KeyCombination KeyCombination; field in Mesen.GUI.Config.ShortcutKeyInfo
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DEmulationSettings.h481 struct KeyCombination struct
502 bool IsSubsetOf(KeyCombination keyCombination) in IsSubsetOf() argument
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs1803 public struct KeyCombination struct
1805 public UInt32 Key1;
1806 public UInt32 Key2;
1807 public UInt32 Key3;
1809 public bool IsEmpty { get { return Key1 == 0 && Key2 == 0 && Key3 == 0; } }
1811 public override string ToString() in ToString()
1820 public KeyCombination(List<UInt32> scanCodes = null) in KeyCombination() argument
1840 private string GetKeyNames() in GetKeyNames()