Searched refs:_oldKeyState (Results 1 – 4 of 4) sorted by relevance
105 memset(_oldKeyState, 0, sizeof(_oldKeyState)); in AudioDeviceLinuxALSA()2218 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()2221 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
102 memset(_oldKeyState, 0, sizeof(_oldKeyState)); in AudioDeviceLinuxPulse()3000 state |= (szKey[i] ^ _oldKeyState[i]) & szKey[i]; in KeyPressed()3003 memcpy((char*)_oldKeyState, (char*)szKey, sizeof(_oldKeyState)); in KeyPressed()
246 char _oldKeyState[32]; variable
370 char _oldKeyState[32]; variable