On Tue, Dec 16, 2008 at 02:49:23PM +0000, micki _ wrote: > I am writing X11 input driver, > I would like to emulate Zoom IN/OUT , > Is there API , > for example to emulate button event i use > xf86PostButtonEvent > thank you
no. zoom is done on the client-side (e.g. compositor) and input drivers don't have anything to do with it. Additionally, there's no specific "zoom" button, so you have to rely on the client to map button X correctly to the function. Cheers, Peter _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
