Touch freezes if user is tapping while ad appears

If i have a button touched down before a native video ad plays, after closing the ad, the button is frozen together with its menu. The menu _state will remain in State::TRACKING_TOUCH forever and causing all new touches to return. Is there any way i can call some API method already available to unblock this menu (simulate touch cancelled)?