Searched refs:IsTouchUp (Results 1 – 4 of 4) sorted by relevance
152 if (IsMouseClickDown(sourceType, touchType) || IsTouchUp(sourceType, touchType)) { in OnHandleGlobalTouchEvent()
266 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp() function
211 } else if (IsTouchUp(sourceType, touchType)) { in OnHandleGlobalTouchEvent()
419 CHECK_NULL_VOID(IsMouseClickDown(sourceType, touchType) || IsTouchUp(sourceType, touchType)); in OnHandleGlobalTouchEvent()