Home | History | Annotate | Download | only in mac

Lines Matching refs:scrollPosition

781     NSPoint scrollPosition = NSMakePoint(
784 if (ABS(scrollPosition.x) > 0.00000001 || ABS(scrollPosition.y) > 0.00000001) {
787 printf("scrolled to %.f,%.f\n", scrollPosition.x, scrollPosition.y);