handlePressOut method
void
handlePressOut()
Implementation
void handlePressOut() {
if (needHandle(GestureType.pressOut)) {
NativeGestureHandle.handlePressOut(_context, _id, _rootId);
}
}
void handlePressOut() {
if (needHandle(GestureType.pressOut)) {
NativeGestureHandle.handlePressOut(_context, _id, _rootId);
}
}