Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

ignore-redundant-mouse-moves

Arguments: cg-configuration

If the value of this Common Graphics configuration option is true, as it is by default, then an incoming mouse movement message will not call mouse-moved if the mouse cursor has apparently not really moved.

Specifically, if the window and the X and Y coordinates of the message are the same as in the previous mouse movement message, then mouse-moved is called only if the value of this option is nil.

This may avoid a problem in certain anomalous situations, such as a reported one where a continuous stream of mouse movement messages can arrive when the Emacs-Lisp Interface (ELI) is running.

cg-configuration should be a configuration object such as returned by configuration (typically (configuration *system*)).


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version