KnownSimpleHapticsControllerWaveforms.Release Property

Definition

Gets a buzz waveform that indicates when a user releases an interactive UI element in an incremental action (see Press).

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

Property Value

UInt16

unsigned short

uint16_t

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

Applies to

See also