cef_browser_host_t.ime_cancel_composition

Cancels the existing composition and discards the composition node contents without applying them. See comments on ImeSetComposition for usage. This function is only used when window rendering is disabled.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self) nothrow ime_cancel_composition;

Meta