ACAT.Extensions.Default.UI.Scanners.AlphabetScannerQwerty70Keys.OnWidgetActuated C# (CSharp) Method

OnWidgetActuated() public method

Triggered when the user actuates a widget
public OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void
widget ACAT.Lib.Core.WidgetManagement.Widget widget actuated
handled bool was this handled?
return void
        public void OnWidgetActuated(Widget widget, ref bool handled)
        {
            _alphabetScannerCommon.OnWidgetActuated(widget, ref handled);
        }