MCPcopy Create free account
hub / github.com/bumptop/BumpTop / onWidgetFocus

Method onWidgetFocus

trunk/win/Source/BT_JavaScriptAPI.cpp:446–449  ·  view source on GitHub ↗

Calls a focus/blur widget event handling callback if exists

Source from the content-addressed store, hash-verified

444
445// Calls a focus/blur widget event handling callback if exists
446void JavaScriptAPI::onWidgetFocus()
447{
448 _page->evaluateJavaScript("jQuery.event.trigger('widgetfocus');");
449}
450
451void JavaScriptAPI::onWidgetBlur()
452{

Callers 1

setIsExternalMethod · 0.80

Calls 1

evaluateJavaScriptMethod · 0.80

Tested by

no test coverage detected