Class InputDomainEvent
Provides static event descriptors for the IInput.
public static class InputDomainEvent
- Inheritance
-
InputDomainEvent
- Inherited Members
Properties
DragIntercepted
Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to restore normal drag and drop behavior.
public static EventDescriptor<CdpEventArgs<DragInterceptedEventArgs>> DragIntercepted { get; }
Property Value
- EventDescriptor<CdpEventArgs<DragInterceptedEventArgs>>