3 references to INPUT
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (3)
IntegrationHelper.cs (1)
222public static void SendInput(NativeMethods.INPUT[] inputs)
NativeMethods.cs (2)
48public static readonly int SizeOf_INPUT = Marshal.SizeOf<INPUT>(); 184public static extern uint SendInput(uint nInputs, [In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 0)] INPUT[] pInputs, int cbSize);