C# 클래스 LongoMatch.Core.Common.Hotkeys

파일 보기 프로젝트 열기: LongoMatch/longomatch

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FillActionsDescriptions ( ) : void
FillDefaultMappings ( ) : void
Hotkeys ( ) : System.Collections.Generic
UpdateMapping ( KeyAction action, string name ) : void

메소드 상세

FillActionsDescriptions() 공개 메소드

public FillActionsDescriptions ( ) : void
리턴 void

FillDefaultMappings() 공개 메소드

public FillDefaultMappings ( ) : void
리턴 void

Hotkeys() 공개 메소드

public Hotkeys ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UpdateMapping() 공개 메소드

public UpdateMapping ( KeyAction action, string name ) : void
action KeyAction
name string
리턴 void