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

9 lines
208 B
C#

using System;
namespace UnityEngineInternal.Input
{
// Token: 0x0200039E RID: 926
// (Invoke) Token: 0x0600365E RID: 13918
public delegate void NativeEventCallback(int eventCount, IntPtr eventData);
}