C# 클래스 Eto.Mac.KeyMap

파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( string keyEquivalent, NSEventModifierMask modifier ) : Keys
KeyEquivalent ( Keys key ) : string
KeyEquivalentModifierMask ( this key ) : NSEventModifierMask
MapKey ( ushort key ) : Keys
ModifierMask ( this key ) : NSEventModifierMask
ToEto ( this mask ) : Keys

비공개 메소드들

메소드 설명
KeyMap ( ) : System.Collections.Generic

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( string keyEquivalent, NSEventModifierMask modifier ) : Keys
keyEquivalent string
modifier NSEventModifierMask
리턴 Keys

KeyEquivalent() 공개 정적인 메소드

public static KeyEquivalent ( Keys key ) : string
key Keys
리턴 string

KeyEquivalentModifierMask() 공개 정적인 메소드

public static KeyEquivalentModifierMask ( this key ) : NSEventModifierMask
key this
리턴 NSEventModifierMask

MapKey() 공개 정적인 메소드

public static MapKey ( ushort key ) : Keys
key ushort
리턴 Keys

ModifierMask() 공개 정적인 메소드

public static ModifierMask ( this key ) : NSEventModifierMask
key this
리턴 NSEventModifierMask

ToEto() 공개 정적인 메소드

public static ToEto ( this mask ) : Keys
mask this
리턴 Keys