WebKitInputMethodContextClass.notifyCursorArea

Called via webkit.input_method_context.InputMethodContext.notifyCursorArea to inform the input method of the current cursor location relative to the client window.

struct WebKitInputMethodContextClass
extern (C)
void function(WebKitInputMethodContext* context, int x, int y, int width, int height) notifyCursorArea;