Home
last modified time | relevance | path

Searched refs:strippedkey (Results 1 – 2 of 2) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Disr.c606 int strippedkey; in I_KeyboardISR() local
651 strippedkey = k & 0x7f; in I_KeyboardISR()
655 if ( ( strippedkey == sc_LShift ) || in I_KeyboardISR()
656 ( strippedkey == sc_RShift ) ) in I_KeyboardISR()
677 if ( strippedkey == sc_LShift ) in I_KeyboardISR()
H A Drt_in.c454 int strippedkey; in sdl_key_filter() local
505 strippedkey = k & 0x7f; in sdl_key_filter()
517 Keystate[strippedkey]=0; in sdl_key_filter()
520 Keystate[strippedkey]=1; in sdl_key_filter()