C# Class WoWmapper.Keybindings.BindManager

Exibir arquivo Open project: topher-au/WoWmapper

Public Properties

Property Type Description
CurrentKeybinds List
KeybindFile string

Public Methods

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

Method Details

GetKey() public static method

public static GetKey ( GamepadButton button ) : Key
button GamepadButton
return Key

LoadBindings() public static method

public static LoadBindings ( ) : void
return void

ResetDefaults() public static method

public static ResetDefaults ( int profile ) : void
profile int
return void

SaveBindings() public static method

public static SaveBindings ( ) : void
return void

SetKey() public static method

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

Property Details

CurrentKeybinds public_oe static_oe property

public static List CurrentKeybinds
return List

KeybindFile public_oe static_oe property

public static string KeybindFile
return string