Show / Hide Table of Contents

Enum TouchPoints

Button Ids for Touch devices. Use

(int) (Touchpoint_0 + i)
if not enough axes are handled by enum values.

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

Fields

Name Description
Touchpoint_0
Touchpoint_1
Touchpoint_2
Touchpoint_3
Touchpoint_4
Touchpoint_5
Unknown
Generated by DocFX
GitHub Repo
Back to top