You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

CONFIG_NUDGE

This is a structure information to set the Nudge area, and consists of the following fields.

BYTE#

Field Name

Data Type

Value

Remarks

0

_bEnable

unsigned char

Enable flag
(0: Disable, 1: Enable)

1

_fInputForce

float

Input flag

5

_fDelayTime

float

Delay time

Total size : 9 bytes

Defined in: DRFS.h

typedef struct _CONFIG_NUDGE
{
    /* enable/disable flag */
    unsigned char  _bEnable;
    /* input force threshold */
    float          _fInputForce;
    /* delay time before activation */
    float          _fDelayTime;

} CONFIG_NUDGE, *LPCONFIG_NUDGE;