KnownSimpleHapticsControllerWaveforms.Click Property

Definition

Gets a click waveform.

public:
 static property unsigned short Click { unsigned short get(); };
static uint16_t Click();
public static ushort Click { get; }
var uInt16 = KnownSimpleHapticsControllerWaveforms.click;
Public Shared ReadOnly Property Click As UShort

Property Value

UInt16

unsigned short

uint16_t

An unsigned 16-bit waveform ID (0x1003/4099), based on the Haptic Usage Page HID specification.

Applies to

See also