Searched refs:oldButtons (Results 1 – 1 of 1) sorted by relevance
119 static std::set<int> oldButtons; in onReceive() local122 if (oldButtons.count(key) == 0) { in onReceive()126 for (int key : oldButtons) { in onReceive()131 oldButtons = newButtons; in onReceive()