Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/Headers/
H A Dhkeyfunc.h173 uchar toggle_up_level_func(ushort keycode, uint32_t context, intptr_t data);
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DPrefs.c511 extern uchar toggle_up_level_func(ushort keycode, uint32_t context, intptr_t data);
579 …{ "\"cheat_up_level\"", DEMO_CONTEXT, toggle_up_level_func, TRUE , 0, CTRL…
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dhkeyfunc.c1088 uchar toggle_up_level_func(ushort keycode, uint32_t context, intptr_t data) { in toggle_up_level_func() function