Return to previous page | Return to menu | Go to next page


Structure

PerPoint

Pointing device

Structure

typedef   struct {
          Uint8     id;
          Uint8     ext;
          Uint16    data;
          Uint16    push;
          Uint16    pull;
          Uint16    x;
          Uint16    y;
} PerPoint;

Member

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

Description

A structure for referring to a pointing device.

Remarks

It is used when typecasting the system variable “Smpc_Peripheral” and referencing it as a pointing device.

Reference: HARDWARE MANUAL vol.1 (SMPC)

PerPoint


Return to previous page | Return to menu | Go to next page