Show / Hide Table of Contents

Enum TouchAxes

Axis types for Touch devices. Use

(int) (Touchpoint_0_X/Y + 2*i)
if not enough axes are handled by enum values.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public enum TouchAxes

Fields

Name Description
ActiveTouchpoints
MaxX
MaxY
MinX
MinY
Touchpoint_0_X
Touchpoint_0_Y
Touchpoint_1_X
Touchpoint_1_Y
Touchpoint_2_X
Touchpoint_2_Y
Touchpoint_3_X
Touchpoint_3_Y
Touchpoint_4_X
Touchpoint_4_Y
Touchpoint_5_X
Touchpoint_5_Y
Unknown
Generated by DocFX
GitHub Repo
Back to top