xxfxxf / chromiumembedded

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

Add argument to OnSetFocus indicating whether focus comes from the API or from user input event #369

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The same OnSetFocus notification is called when focus is requested due to an 
API navigation (like calling LoadURL()) and when focus is requested due to user 
input events like clicking the mouse. It would be good to have an additional 
parameter that indicates which of these situations OnSetFocus is being called 
for.

Original issue reported on code.google.com by magreenb...@gmail.com on 6 Oct 2011 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 6 Oct 2011 at 3:19

GoogleCodeExporter commented 9 years ago
FocusSource parameter added to OnSetFocus() in revision 306.

Original comment by magreenb...@gmail.com on 7 Oct 2011 at 10:31