Searched refs:XI_PropertyEventMask (Results 1 – 14 of 14) sorted by relevance
243 #define XI_PropertyEventMask (1 << XI_PropertyEvent) macro
236 XI_PropertyEventMask = 1 shl XI_PropertyEvent;
305 bitMask |= XI_PropertyEventMask; // for tablets in xi2Select()335 tabletBitMask = XI_PropertyEventMask; in xi2Select()
126 [CCode (cname = "XI_PropertyEventMask")]
197 pub const XI_PropertyEventMask: i32 = (1 << XI_PropertyEvent); const
197 pub const XI_PropertyEventMask: i32 = 1 << XI_PropertyEvent; const