seifzadeh / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Ability to pass modifiers to SendMouseMoveEvent and similar #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At this time we cannot pass modifiers to those functions (SendMouseMoveEvent, 
etc.). 

In the wiki, it is marked as TODO: 
http://code.google.com/p/cefpython/wiki/Browser#SendMouseClickEvent_(int_x_,_int
_y_,_int_mouseButtonType_,_bool

The patch attached fixes the problem, ensuring backwards-compatibility.

Original issue reported on code.google.com by allestue...@gmail.com on 30 Jun 2015 at 8:09

Attachments: