Lines Matching refs:DeviceEvent
45931 Xi: don't copy a DeviceEvent into an InternalEvent
45936 An InternalEvent is bigger than a DeviceEvent, thus copying one to the other
45938 shouldn't access anything past the DeviceEvent boundary if the event type is
85529 Input: Fix frac calculation on [Raw]DeviceEvent conversion
85929 DeviceEvent.
85996 Input: Make DeviceEvent use doubles internally
85998 Change the DeviceEvent InternalEvent to use doubles for its valuators,
86227 Input: Add flags to DeviceEvent
92193 …events.c:2836:27: warning: incompatible pointer types passing 'DeviceEvent *' (aka 'struct _Device…
92874 be a DeviceEvent, so put in a check to enforce this.
93094 We were just storing a DeviceEvent, but allocating enough space for an
99704 Test: Input: Check flags on DeviceEvent
102675 The DeviceEvent's mode field is a set of bits for each valuator, not bytes.
104532 DeviceEvent.valuators.data.
104543 Fix this by changing the definition of DeviceEvent.valuators.data from
106764 If the DeviceEvent does not have the x/y valuators set, return BadMatch on
112262 dix: make DeviceEvent coordinates signed for Xinerama. #24986
112265 they can be negative. The new DeviceEvent's coordinates are of type
132893 dix: Fix PostSyntheticMotion to use a DeviceEvent for posting.