Click or drag to resize

IDeviceCanVibrate Property

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

true if device supports vibration.

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

Property Value

Type: Boolean
Remarks
If this is false, Vibrate(Int32, Single, Single) is a no-op and always returns false.
See Also