Searched refs:_oldKeyState (Results 1 – 4 of 4) sorted by relevance
100 memset(_oldKeyState, 0, sizeof(_oldKeyState)); in AudioDeviceLinuxALSA()1649 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()1652 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
86 memset(_oldKeyState, 0, sizeof(_oldKeyState)); in AudioDeviceLinuxPulse()2294 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()2297 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
193 char _oldKeyState[32]; variable
341 char _oldKeyState[32]; variable