Title |
Data B> |
Data Name |
typedef struct {/ * Pointing device data type * /
PerPntData dgt; / * Digital device data type * /
Uint16 data; / * Data data * /
Sint16 x; / * X-axis travel (-128 to 127) * /
Sint16 y; / * Y-axis travel (-128 to 127) * /
}PerPntData;The following shows the constants and values that can be used by each member.
Bit position constant |
|---|
Title |
Data B> |
Data Name |
typedef struct {/ * Keyboard device data type * /
PerDgtInfo dgt; / * Digital device data type * /
Uint8 skey; / * Special key * /
Uint8 key; / * key * /
}PerKbdData;The following shows the constants and values that can be used by each member.
Bit position constant |
|---|