Files
2026-06-04 11:42:34 +02:00

9 lines
219 B
C#

using System;
namespace UnityEngineInternal.Input
{
// Token: 0x0200039F RID: 927
// (Invoke) Token: 0x06003662 RID: 13922
public delegate void NativeDeviceDiscoveredCallback(NativeInputDeviceInfo deviceInfo);
}