9 lines
219 B
C#
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);
|
|
}
|