Esempio n. 1
0
 private void HotKeyPressed(IHotKeyPressed args)
 {
     if (ReferenceEquals(args.ParentNode, _uiEvents.ReturnMasterNode))
     {
         PlaySelectedAudio();
     }
 }
Esempio n. 2
0
    private void SetFromHotkey(IHotKeyPressed args)
    {
        HotKeyReturnsToHomeScreen(args.MyBranch.ScreenType);

        ClearAllHistory();
        _lastSelected = args.ParentNode;
    }
 //Set / Getters
 private void HotKeyPressed(IHotKeyPressed args) => _hotKeyPressed = true;
Esempio n. 4
0
 private void CloseTooltipImmediately(IHotKeyPressed args) => ImmediateClose();