Home
last modified time | relevance | path

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

/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/INPUT/Tests/
H A Dtestcook.c38 kb_set_flags(KBF_BLOCK); in main()
H A Dhottest.c86 kb_set_flags(kb_get_flags()|KBF_BLOCK); in main()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Tests/
H A Dhottest.c81 kb_set_flags(kb_get_flags()|KBF_BLOCK); in main()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/INPUT/Source/
H A Dsdl_events.c823 else if ((flags & KBF_BLOCK) == 0) // If there was no key and we're in kb_next()
837 if (flags & KBF_BLOCK) { in kb_look_next()
861 else if (flags & KBF_BLOCK == 0) // If there was no key and we're in kb_look_next()
H A Dkb.h103 #define KBF_BLOCK (1) macro
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/VOX/Tests/
H A DVoxTest.c150 kb_set_flags(KBF_BLOCK); in main()