Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Drawinput.cpp14 extern void keySetState(int32_t key, int32_t state);
169 keySetState(sc_Pause, 1); in RI_ProcessKeyboard()
181 keySetState(key, KeyboardState[VKey] != 0); in RI_ProcessKeyboard()
H A Dsdlayer12.cpp443 keySetState(j, 0); in handleevents_pollsdl()
456 keySetState(code, 1); in handleevents_pollsdl()
464 keySetState(code, 0); in handleevents_pollsdl()
H A Dsdlayer.cpp2394 keySetState(j, 0); in handleevents_pollsdl()
2407 keySetState(code, 1); in handleevents_pollsdl()
2418 keySetState(code, 0); in handleevents_pollsdl()
H A Dbaselayer.cpp47 void keySetState(int32_t key, int32_t state) in keySetState() function
H A Dwinlayer.cpp863 keySetState(i, 0);
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbaselayer.h181 extern void keySetState(int32_t key, int32_t state);