| BOOL CBCGPGestureManager::UpdatePanningFeedback | ( | HWND | hwnd, | 
| LONG | lTotalOverpanOffsetX, | ||
| LONG | lTotalOverpanOffsetY, | ||
| BOOL | fInInertia | ||
| ) | 
Triggers repositioning on a window's position when a user pans past a boundary.
| hwnd | A handle to the window that will have boundary feedback on it. | 
| lTotalOverpanOffsetX | Indicates how far past the horizontal end of the pannable region the pan has gone. | 
| lTotalOverpanOffsetY | Indicates how far past the vertical end of the pannable region the pan has gone. | 
| fInInertia | A flag indicating whether the boundary feedback incorporates inertia. | 
Usually you don't have to call this method directly - it's used internally by CBCGPGestureBase::ProcessGestureEvent method