Desktop Functions: Smart Device Functions:
|
sendinput (user32)
The SendInput function synthesizes keystrokes, mouse motions, and button clicks to the currently active window C# Signature:
/// <summary> VB.NET Signature:
Private Declare Function SendInput Lib "user32.dll" (ByVal cInputs As Integer, ByRef pInputs As INPUT, ByVal cbSize As Integer) As Integer C# User-Defined Types:Notes:Nope. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|