Files
VR-WuKong/Packages/PICO Unity Integration SDK-3.3.2-20251111/Enterprise/Scripts/Enums/SystemKeyEnum.cs
2025-11-13 17:40:28 +08:00

9 lines
146 B
C#

namespace Unity.XR.PICO.TOBSupport
{
public enum SystemKeyEnum
{
ENTER_KEY=0,
BACK_KEY=1,
VOLUME_KEY=2,
}
}