Public Member Functions | |
IA_CONSTRUCTOR void | IAOverscrollingHandler_make (IAOverscrollingHandler *, IAOverscrollingBehavior behavior) |
void | IAOverscrollingHandler_appendDragLength (IAOverscrollingHandler *, float dragLength) |
void | IAOverscrollingHandler_modifyCurrentDragLengthIfNeeded (IAOverscrollingHandler *, float *currentDragLengthInOut) |
float | IAOverscrollingHandler_getAdditionalOffset (IAOverscrollingHandler *this) |
void | IAOverscrollingHandler_scrollBack (IAOverscrollingHandler *this, uint64_t timeUnits) |
Data Fields | |
IAObject | base |
float | currentDragLength |
IAOverscrollingBehavior | behavior |
float | accelerationInPixelPerDragLengthSquared |
IA_CONSTRUCTOR void IAOverscrollingHandler_make | ( | IAOverscrollingHandler * | , |
IAOverscrollingBehavior | behavior | ||
) |
void IAOverscrollingHandler_appendDragLength | ( | IAOverscrollingHandler * | , |
float | dragLength | ||
) |
void IAOverscrollingHandler_modifyCurrentDragLengthIfNeeded | ( | IAOverscrollingHandler * | , |
float * | currentDragLengthInOut | ||
) |
float IAOverscrollingHandler_getAdditionalOffset | ( | IAOverscrollingHandler * | this | ) |
void IAOverscrollingHandler_scrollBack | ( | IAOverscrollingHandler * | this, |
uint64_t | timeUnits | ||
) |
IAObject IAOverscrollingHandler::base |
float IAOverscrollingHandler::currentDragLength |
IAOverscrollingBehavior IAOverscrollingHandler::behavior |
float IAOverscrollingHandler::accelerationInPixelPerDragLengthSquared |