cef_focus_handler_t.base

Base structure.

More...
struct cef_focus_handler_t
cef_base_ref_counted_t base;

Detailed Description

Called when the browser component is about to loose focus. For instance, if focus was on the last HTML element and the user pressed the TAB key. |next| will be true (1) if the browser is giving focus to the next component and false (0) if the browser is giving focus to the previous component.

Meta