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