@@ -32,7 +32,7 @@ namespace TriLibCore.Samples
return false;
#else
- if (SystemInfo.deviceType == DeviceType.Handheld && Input.touchSupported && Input.touchCount > 1 && index == 2)
+ if (SystemInfo.deviceType == UnityEngine.DeviceType.Handheld && Input.touchSupported && Input.touchCount > 1 && index == 2)
{
return true;
}