Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dinput.h29 #define NUM_HOTKEYS 50 // an arbitrary constant macro
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DHotkeyManager.h180 NUM_HOTKEYS, enumerator
H A DHotkeyManager.cpp196 static_assert(NUM_HOTKEYS == s_hotkey_labels.size(), "Wrong count of hotkey_labels");
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DPrefs.c625 hotkey_init(NUM_HOTKEYS); in LoadHotkeyKeybinds()