[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;