Lines Matching refs:miPointerSetPosition

39343     mi: fix documentation for miPointerSetPosition
65044 The changes to miPointerSetPosition interface from int->double breaks
68417 mi: drop two useless conditions in miPointerSetPosition
69183 mi: don't check for core events in miPointerSetPosition (#53568)
69185 As of 81cfe44b1ed0de84ad1941fe2ca74bebef3fc58d, miPointerSetPosition now
69187 as soon as a motion event was submitted, miPointerSetPosition returned NULL,
78545 hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition()
78547 Commit 3b36fd1b49030ead44358945f62e5abe7f4609ce changed miPointerSetPosition()
78551 It's unclear that we can safely promote x,y to doubles, apply miPointerSetPosition()
78555 call to miPointerSetPosition() entirely, and just QueuePointerEvents() like any other
83353 randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPosition
83357 miPointerSetPosition only allows it to reach x = width - 1 and y = height - 1
84860 miPointerSetPosition traditionally took coordinates on a per-screen basis,
84962 mi: switch miPointerSetPosition to take doubles
84965 miPointerSetPosition and do the conversion there. For full feature we should
84974 This also corrects a currently wrong comment about miPointerSetPosition's
84984 mi: return the screen from miPointerSetPosition
84986 miPointerSetPosition may switch screens. Always return the screen the sprite
89506 mi: fix comment typo, whitespace in miPointerSetPosition
95455 function signature of miPointerSetPosition() to include the movement mode
95458 Update use of miPointerSetPosition() in winEnqueueMotion() appropriately
113260 mi: check for NULL pointer before dereferences it in miPointerSetPosition
115084 never met: miPointerSetPosition crosses the screen conditional to the X
115092 matter, miPointerSetPosition will reset the values to the allowed range even
120658 miPointerSetPosition to cap off the remainder if the coordinates are below
152931 miPointerSetPosition when the events are processed. For
172318 Make miPointerSetPosition (successor of miPointerAbsoluteCursor) take