Click or drag to resize

IPointerMoveHandlerOnMove Method

Our InputModule will call this when the cursor is updated

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
void OnMove(
	PointerEventData pointData
)

Parameters

pointData
Type: PointerEventData
See Also