onPanUpdate
The onPanUpdate event is a callback function in many graphical user interface frameworks and game development engines. It is triggered whenever a user performs a panning gesture on a touch-enabled device or with a mouse. Panning typically involves dragging one or more fingers or the mouse cursor across the screen to move the view or an object within the interface.
When a pan gesture begins, the framework typically fires an onPanStart event. As the user continues to
Once the user lifts their finger or releases the mouse button, an onPanEnd event is usually triggered,