Return to previous page | Return to menu | Go to next page
Structure
Pointing device
typedef struct {
Uint8 id;
Uint8 ext;
Uint16 data;
Uint16 push;
Uint16 pull;
Uint16 x;
Uint16 y;
} PerPoint;
id Peripheral ID ext Extended data size data button Current data push button press data pull button pull data x X coordinate y Y coordinate
A structure for referring to a pointing device.
It is used when typecasting the system variable “Smpc_Peripheral” and referencing it as a pointing device.
Reference: HARDWARE MANUAL vol.1 (SMPC)
PerPoint