Searched refs:_lastKeyUp (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/input_server/filters/padblocker/
H A DPadBlocker.cpp74 bigtime_t _lastKeyUp; //timestamp of last B_KEY_DOWN member in class:PadBlocker
94 _lastKeyUp = 0;
158 _lastKeyUp = system_time(); //update timestamp
171 if ((now - _lastKeyUp) < _threshold) res = B_SKIP_MESSAGE;

Completed in 31 milliseconds