An NDoc Documented Class Library

Input.KeyboardInput Method 

[Visual Basic]
Shared Public Function KeyboardInput( _ 
   ByVal type As Integer, _ 
   ByVal keyboardInput As KeyboardInput _ 
) As Input
[C#]
public static Input KeyboardInput(
   int type,
   KeyboardInput keyboardInput
);
[C++]
public: static Input KeyboardInput(
   int type,
   KeyboardInput keyboardInput
);
[JScript]
public static function KeyboardInput(
   int type,
   KeyboardInput keyboardInput
): Input;

See Also

Input Structure | White.Core.WindowsAPI Namespace