Searched refs:MAX_POINTERS (Results 1 – 1 of 1) sorted by relevance
279 enum {MAX_POINTERS=50}; enumerator280 static PointerPair pointer_store[MAX_POINTERS];290 if (pointer_index >= MAX_POINTERS) in UnityPointer_Set()