XDisplayMotionBufferSize

Syntax

unsigned long XDisplayMotionBufferSize(display)
        Display *display;

Arguments

display Specifies the connection to the X server.

Description

The server may retain the recent history of the pointer motion and do so to a finer granularity than is reported by MotionNotify events. The XGetMotionEvents() function makes this history available.

See also

XGetMotionEvents(), XIfEvent(), XNextEvent(), XPutBackEvent(), XSendEvent(), "Getting Pointer Motion History".
Christophe Tronche, ch@tronche.com