Name
XtGetMultiClickTime — read the multi-click time.
Synopsis
int XtGetMultiClickTime(display)
Display ∗display;
Arguments
displaySpecifies the display connection.
Description
XtGetMultiClickTime returns the time in milliseconds that the translation manager uses to determine if multiple events are to be interpreted as a repeated event for purposes of matching a translation entry containing a repeat count.
Translation table entries may specify actions that are taken when two or more identical events occur consecutively, separated by a short time interval called the multi-click time. The multi-click time value can be specified as an application resource with name multiClickTime and class MultiClickTime and can also be modified dynamically by the application. The multi-click time is unique for each Display and is retrieved from the resource database by XtDisplayInitialize. If no value is specified, the initial value is 200 milliseconds.