xtest-fake-button-event

Name

xtest-fake-button-event -- Fake an X event of button number BUTTON after a delay of MS-DELAY.

Synopsis

(xtest-fake-button-event button is-press? #&optional ms-delay)

Description

Fake an X event of button number button after a delay of ms-delay. The event is a mouse press if is-press? is #t, or a release otherwise. If ms-delay is ommitted or is not a number, no delay is used

Implementation Notes

Module: Primitive from (app scwm xtest)

Defined in modules/xtest/scwmxtest.c at line 47 (CVS log)