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.
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 |
|
|
Enable flag |
|
1 |
|
|
Input flag |
|
5 |
|
|
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;