C# 클래스 DroidExplorer.Core.UI.CConsole.KeyMapping

A KeyMapping defines how a key combination should be mapped to a SendKeys message.
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
KeyMapping ( ) : System

Initializes a new instance of the KeyMapping class.

KeyMapping ( bool control, bool alt, bool shift, Keys keyCode, string sendKeysMapping, string streamMapping ) : System

Initializes a new instance of the KeyMapping class.

메소드 상세

KeyMapping() 공개 메소드

Initializes a new instance of the KeyMapping class.
public KeyMapping ( ) : System
리턴 System

KeyMapping() 공개 메소드

Initializes a new instance of the KeyMapping class.
public KeyMapping ( bool control, bool alt, bool shift, Keys keyCode, string sendKeysMapping, string streamMapping ) : System
control bool if set to true [control].
alt bool if set to true [alt].
shift bool if set to true [shift].
keyCode Keys The key code.
sendKeysMapping string The send keys mapping.
streamMapping string The stream mapping.
리턴 System