Lines Matching refs:processInputProc

61982     public.processInputProc. If a device is frozen, the TouchEnd is
61987 This is a hack, but making EmitTouchEnd use processInputProc breaks
61997 Xi: use public.processInputProc to replay the touch history
66822 [Added call to processInputProc instead of direct call to DeliverTouchEvents]
107219 before the unwrapping of the processInputProc takes us into the DIX where
150813 XKB: Fix processInputProc wrapping
150816 processInputProc as well. When input processing is thawed, pIP will be
155242 processInputProc, another time in UpdateSpriteForScreen when we actually warp
157346 and then call the unwrapped processInputProc. Seems to be a better idea,
157397 Save processInputProc before wrapping it and restore it later, instead of
158012 mi: call processInputProc for master devices after slave event processing.
160001 and then call the unwrapped processInputProc. Seems to be a better idea,
160008 Xi: fix the wrapper code for processInputProc wrapping.
160011 If a core grab causes the device to freeze, it overwrites the processInputProc
160014 Changing this to only re-wrap if the processInputProc hasn't been changed
160066 When processing events from the EQ, _always_ call the processInputProc of the
160073 calling the processInputProc of the VCP/VCK instead of the actual device. This
163642 Save processInputProc before wrapping it and restore it later, instead of
163652 Revert "Save processInputProc before wrapping it and restore it later, instead of"
163661 Save processInputProc before wrapping it and restore it later, instead of