Carbon


LMSetKeyRepThresh

Header: LowMem.h Carbon status: Supported

Sets the low-memory auto-key rate.

void LMSetKeyRepThresh (
    SInt16 value
);
Parameter descriptions
value

A signed 16-bit integer that specifies the low-memory auto-key rate.

DISCUSSION

LMSetKeyRepThresh specifies a signed 16-bit integer that sets the low-memory e the value of the auto-key rate, that is, the amount of time, in ticks, that must elapse before the Event Manager generates a subsequent auto-key event.

The value set by LMSetKeyRepThresh is also accessible in the system global variable KeyRepThresh.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)