◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_MOU typedef struct _SCALEFACT { /* mousc */ USHORT rowScale; USHORT colScale; } SCALEFACT; The SCALEFACT structure contains information for scaling the mouse. Field Description ──────────────────────────────────────────────────────────────────────────── rowScale Specifies the vertical scaling factor (the number of mickeys the mouse must move to change the vertical mouse position by one screen unit). colScale Specifies the horizontal scaling factor (the number of mickeys the mouse must move to change the horizontal mouse position by one screen unit). Comments The rowScale and colScale fields specify mickeys and will always be in the range 1 through 32,767. The screen units may be character cells or pels, depending on the current video mode. See Also MouGetScaleFact, MouSetScaleFact ♦