Unity Engine documentationScript ReferenceUnityEnginePenEventTypeIndicates the type of action of a pen event.Read time 1 minuteLast updated 4 days agoDefinition Type: Enum Namespace: UnityEngine Assembly: UnityEngine.InputLegacyModule public enum PenEventType Fields ValueDescriptionNoContactNo pen contact.PenDownA pen down event.PenUpA pen up event.