Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudd901 committed Sep 16, 2019
1 parent 2fe8000 commit 0a15f4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SendInputKeyCommands/SendInputKeyCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ public class SendInputKeyCommand
/// </summary>
[DllImport("user32.dll")]
private static extern uint SendInput(uint nInputs, [MarshalAs(UnmanagedType.LPArray), In] INPUT[] pInputs, int cbSize);

[DllImport("user32.dll")]
private static extern uint SendInput(uint nInputs, [MarshalAs(UnmanagedType.LPArray), In] INPUT64[] pInputs, int cbSize);

[DllImport("user32.dll", SetLastError = false)]
static extern IntPtr GetMessageExtraInfo();

Expand Down

0 comments on commit 0a15f4d

Please sign in to comment.