Click or drag to resize

IDeviceIsUsable Property

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

true if device is usable. The exact meaning of this is device-specific, but unusable devices should not be considered when checking for input.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
bool IsUsable { get; }

Property Value

Type: Boolean
See Also