C# 클래스 WoWmapper.Keybindings.BindManager

파일 보기 프로젝트 열기: topher-au/WoWmapper

공개 프로퍼티들

프로퍼티 타입 설명
CurrentKeybinds List
KeybindFile string

공개 메소드들

메소드 설명
GetKey ( GamepadButton button ) : Key
LoadBindings ( ) : void
ResetDefaults ( int profile ) : void
SaveBindings ( ) : void
SetKey ( GamepadButton button, Key key ) : void

메소드 상세

GetKey() 공개 정적인 메소드

public static GetKey ( GamepadButton button ) : Key
button GamepadButton
리턴 Key

LoadBindings() 공개 정적인 메소드

public static LoadBindings ( ) : void
리턴 void

ResetDefaults() 공개 정적인 메소드

public static ResetDefaults ( int profile ) : void
profile int
리턴 void

SaveBindings() 공개 정적인 메소드

public static SaveBindings ( ) : void
리턴 void

SetKey() 공개 정적인 메소드

public static SetKey ( GamepadButton button, Key key ) : void
button GamepadButton
key Key
리턴 void

프로퍼티 상세

CurrentKeybinds 공개적으로 정적으로 프로퍼티

public static List CurrentKeybinds
리턴 List

KeybindFile 공개적으로 정적으로 프로퍼티

public static string KeybindFile
리턴 string