C# Class ShaderTools.VisualStudio.Hlsl.IntelliSense.HlslKeyProcessor

Inheritance: KeyProcessor
Mostra file Open project: tgjones/HlslTools

Public Methods

Method Description
HlslKeyProcessor ( ITextView textView, IIntellisenseSessionStackMapService intellisenseSessionStackMapService ) : System.Windows.Input
PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void

Private Methods

Method Description
ExecuteKeyboardCommandIfSessionActive ( IntellisenseKeyboardCommand command ) : bool

Method Details

HlslKeyProcessor() public method

public HlslKeyProcessor ( ITextView textView, IIntellisenseSessionStackMapService intellisenseSessionStackMapService ) : System.Windows.Input
textView ITextView
intellisenseSessionStackMapService IIntellisenseSessionStackMapService
return System.Windows.Input

PreviewKeyDown() public method

public PreviewKeyDown ( System.Windows.Input.KeyEventArgs args ) : void
args System.Windows.Input.KeyEventArgs
return void