Click or drag to resize

IPointerMoveHandler Interface

Our InputModule will call this when the cursor is updated

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface IPointerMoveHandler

The IPointerMoveHandler type exposes the following members.

Methods
  NameDescription
Public methodOnMove
Our InputModule will call this when the cursor is updated
Top
See Also