Property | Type | Description | |
---|---|---|---|
CurrentKeybinds | List |
||
KeybindFile | string |
Method | Description | |
---|---|---|
GetKey ( GamepadButton button ) : Key | ||
LoadBindings ( ) : void | ||
ResetDefaults ( int profile ) : void | ||
SaveBindings ( ) : void | ||
SetKey ( GamepadButton button, Key key ) : void |
public static GetKey ( GamepadButton button ) : Key | ||
button | GamepadButton | |
return | Key |
public static ResetDefaults ( int profile ) : void | ||
profile | int | |
return | void |
public static SetKey ( GamepadButton button, Key key ) : void | ||
button | GamepadButton | |
key | Key | |
return | void |