C# Class WoWmapper.Keybindings.BindManager

Afficher le fichier Open project: topher-au/WoWmapper

Méthodes publiques

Свойство Type Description
CurrentKeybinds List
KeybindFile string

Méthodes publiques

Méthode Description
GetKey ( GamepadButton button ) : Key
LoadBindings ( ) : void
ResetDefaults ( int profile ) : void
SaveBindings ( ) : void
SetKey ( GamepadButton button, Key key ) : void

Method Details

GetKey() public static méthode

public static GetKey ( GamepadButton button ) : Key
button GamepadButton
Résultat Key

LoadBindings() public static méthode

public static LoadBindings ( ) : void
Résultat void

ResetDefaults() public static méthode

public static ResetDefaults ( int profile ) : void
profile int
Résultat void

SaveBindings() public static méthode

public static SaveBindings ( ) : void
Résultat void

SetKey() public static méthode

public static SetKey ( GamepadButton button, Key key ) : void
button GamepadButton
key Key
Résultat void

Property Details

CurrentKeybinds public_oe static_oe property

public static List CurrentKeybinds
Résultat List

KeybindFile public_oe static_oe property

public static string KeybindFile
Résultat string