Documentation for the Unity C# Library
Loading...
Searching...
No Matches
LongPressEvent.cs
Go to the documentation of this file.
1using Autohand.Demo;
2
3namespace PixoVR.Event
4{
5 public class LongPressEvent
6 {
7 public CommonButton Button { get; set; }
8 }
9}