- base
cef_base_t base;
Undocumented in source.
- can_bubble
int function(cef_domevent_t*) can_bubble;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- can_cancel
int function(cef_domevent_t*) can_cancel;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_category
cef_dom_event_category_t function(cef_domevent_t*) get_category;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_current_target
cef_domnode_t* function(cef_domevent_t*) get_current_target;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_document
cef_domdocument_t* function(cef_domevent_t*) get_document;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_phase
cef_dom_event_phase_t function(cef_domevent_t*) get_phase;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_target
cef_domnode_t* function(cef_domevent_t*) get_target;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_type
cef_string_userfree_t function(cef_domevent_t*) get_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.