karthik karthik [Thu, Jan 22, 2004 at 02:15:34AM -0800]: > hi! > i'm trying to generate all mouse events using, > > "win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN,100,100,0)" > > and got stuck up in generating scroll wheel mouse > events such as scroll wheel up, scroll wheel down and > scroll wheel click. > > may i know the appropriate call?
Mouse wheel in X11 works by generating button press/release events with extra button number. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
