Nikolay Sivov (@nsivov) commented about include/rtscom.idl:
+ RTSDI_StylusInRange = 0x10, + RTSDI_InAirPackets = 0x20, + RTSDI_StylusOutOfRange = 0x40, + RTSDI_StylusDown = 0x80, + RTSDI_Packets = 0x100, + RTSDI_StylusUp = 0x200, + RTSDI_StylusButtonUp = 0x400, + RTSDI_StylusButtonDown = 0x800, + RTSDI_SystemEvents = 0x1000, + RTSDI_TabletAdded = 0x2000, + RTSDI_TabletRemoved = 0x4000, + RTSDI_CustomStylusDataAdded = 0x8000, + RTSDI_UpdateMapping = 0x10000, + RTSDI_DefaultEvents = ((((((RTSDI_RealTimeStylusEnabled | RTSDI_RealTimeStylusDisabled) | RTSDI_StylusDown) | + RTSDI_Packets) | RTSDI_StylusUp) | RTSDI_SystemEvents) | RTSDI_CustomStylusDataAdded ) +} RealTimeStylusDataInterest; What is this grouping for?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10991#note_141242