using System; namespace CPF.Mac.AppKit { [Flags] public enum NSPointingDeviceMask { Pen = 0x1, PenLower = 0x2, PenUpper = 0x4 } }