Searched defs:DispositionHandlingInfo (Results 1 – 1 of 1) sorted by relevance
38 struct DispositionHandlingInfo { struct40 int required_touches;41 EventType antecedent_event_type;43 explicit DispositionHandlingInfo(int required_touches) in DispositionHandlingInfo() argument46 DispositionHandlingInfo(int required_touches, in DispositionHandlingInfo() function