Click or drag to resize

InputCodeExtIsKeyboard Method

[This is preliminary documentation and is subject to change.]

Returns true if given InputCode is a keyboard code.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
public static bool IsKeyboard(
	this InputCode code
)

Parameters

code
Type: RavingBots.MultiInputInputCode
The code to check.

Return Value

Type: Boolean
Whether the code is a keyboard code.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InputCode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also