Lines Matching refs:GetPointerEvents

57297     GetPointerEvents are per-screen, so the cursor gets stuck on the left-most
65747 GetPointerEvents, pass the event list through and let it add to it.
74652 valuators. That request is ignored by GetPointerEvents but during smooth
77458 Note that GetPointerEvents and friends may also be triggered by the server
83275 This is mainly needed for consistency with GetPointerEvents and friend.
85549 Input: Add smooth-scrolling support to GetPointerEvents
85553 really want more fine-grained scroll values. GetPointerEvents now
85926 Input: Add POINTER_EMULATED flag to GetPointerEvents
85947 QueuePointerEvents/GetPointerEvents, which take care of emulating legacy
85956 Input: Split GetPointerEvents body into a helper function
85958 For smooth-scrolling support, we want GetPointerEvents to generate
85969 Input: Set last valuators in GetPointerEvents only
85973 do it in GetPointerEvents after all transformation, acceleration and
86032 Input: Convert positionSprite and GetPointerEvents to double
104555 dix: update comments for GetPointerEvents and friends
113508 …dix: Export AllocDevicePair GetPointerEvents, GetKeyboardEvents and generate_modkeymap functions f…
134878 GetPointerEvents, rather than the state of the buttons as processed by
140302 dix: clean up GetPointerEvents and GetKeyboardValuatorEvents.
146203 Button events were mapped once in GetPointerEvents and then again in
147268 During GetPointerEvents (and others), we need to access the last coordinates
147287 dix: Cleanup of GetPointerEvents
148479 …XQuartz: Fix mouse input offsets earlier since GetPointerEvents does not like negative (x,y) values
151543 generation is very different, so we can't scale in GetPointerEvents.
152949 Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEvents
154867 We already deal with the button mapping in GetPointerEvents, so don't
158104 dix: GetPointerEvents: get state from master device before applying valuators.
160052 dix: GetPointerEvents: remove unused variable compiler warning.
162760 Input: GetPointerEvents: Deny events from devices without valuators
166202 Revert "o fix minor error in comment for GetPointerEvents()"
166289 before. The axis clipping code in GetPointerEvents() uses those limits to
166333 o fix minor error in comment for GetPointerEvents()
166369 GetPointerEvents()/mieqEnqueue().
166370 The clipAxis() code in GetPointerEvents() is causing some grief. The
166393 num_valuators=1 for GetPointerEvents(), hack ButtonPress/Release position
167085 o fix minor error in comment for GetPointerEvents()
167605 o fix minor error in comment for GetPointerEvents()
168251 dix: Clean up GetPointerEvents. If pDev == inputInfo.pointer, assume that
168335 dix: If POINTER_CORE_ONLY is set, GetPointerEvents() only creates a core event
168505 o fix minor error in comment for GetPointerEvents()
169816 GetPointerEvents: always send valuator events for MotionNotify
169826 GetPointerEvents: fix typo
169989 dix: GetPointerEvents() allocates MPX event for MPX devices.
170489 dix: added isMPdev field to _DeviceIntRec, is used in GetPointerEvents()
170503 GetPointerEvents treats events in the same way as XINPUT devices when flag
170509 xf86PostButtonEvent for the flags that are passed into GetPointerEvents()
170519 dix: cleaned up GetPointerEvents() to avoid code duplication.
170538 o fix minor error in comment for GetPointerEvents()
171590 GetPointerEvents: always ensure correct number of events
171621 new motion history API. Make GetPointerEvents also update the history.
171701 GetPointerEvents: break into separate functions
172188 dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbols
172292 Pass first_valuator to GetPointerEvents/GetKeyboardValuatorEvents.
172317 GetPointerEvents.
172374 movement should be handled through GetPointerEvents, and functions which
172418 GetPointerEvents: add first_valuator parameter
172426 GetPointerEvents: fix relatively harmless typo
175148 Always build Xi, since GetPointerEvents/GetKeyboardEvents relies on it.
175168 add GetPointerEvents/GetKeyboardEvents framework
175170 Add GetPointerEvents (with XFree86 pointer acceleration) and GetKeyboardEvents