KnownSimpleHapticsControllerWaveforms.Press Property

Definition

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

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

Property Value

UInt16

unsigned short

uint16_t

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

Applies to

See also