Lines Matching refs:deltaY
1128 // <rdar://problem/7111003> deltaX and deltaY are incorrect for NSMouseMoved, NSTabletPointEventSubtype
1133 // <rdar://problem/7979468> deltaX and deltaY are incorrect for NSOtherMouseDown and NSOtherMouseUp after FUS
1156 ErrorF(" delta: (%0.2f, %0.2f)\n", [e deltaX], -[e deltaY]);
1157 ErrorF(" location: (%0.2f, %0.2f)\n", lastpt.x + [e deltaX], lastpt.y - [e deltaY]);
1162 location.y = lastpt.y - [e deltaY];
1170 location.y = lastpt.y - [e deltaY];
1312 float deltaY = [e deltaY];
1327 deltaY *= -1;
1330 DarwinSendScrollEvents(deltaX, deltaY, location.x, location.y,