Namespace: DeltaEngine.Input.GLFW3Assembly: DeltaEngine.Input.GLFW3 (in DeltaEngine.Input.GLFW3.dll) Version: 1.1.1.0 (1.1.1)
public override Vector2D GetPosition(
int touchIndex
)
public override Vector2D GetPosition(
int touchIndex
)
Public Overrides Function GetPosition (
touchIndex As Integer
) As Vector2D
Public Overrides Function GetPosition (
touchIndex As Integer
) As Vector2D
public:
virtual Vector2D GetPosition(
int touchIndex
) override
public:
virtual Vector2D GetPosition(
int touchIndex
) override
abstract GetPosition :
touchIndex : int -> Vector2D
override GetPosition :
touchIndex : int -> Vector2D
abstract GetPosition :
touchIndex : int -> Vector2D
override GetPosition :
touchIndex : int -> Vector2D
Return Value
Type:
Vector2D