Class GamepadOptionKeyItemVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class GamepadOptionKeyItemVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
GamepadOptionKeyItemVM
- Implements
- Inherited Members
Constructors
GamepadOptionKeyItemVM(GameKey)
public GamepadOptionKeyItemVM(GameKey gamepadGameKey)
Parameters
gamepadGameKey
GameKey
GamepadOptionKeyItemVM(HotKey)
public GamepadOptionKeyItemVM(HotKey gamepadHotKey)
Parameters
gamepadHotKey
HotKey
GamepadOptionKeyItemVM(InputKey, TextObject)
public GamepadOptionKeyItemVM(InputKey key, TextObject name)
Parameters
key
InputKeyname
TextObject
Properties
Action
[DataSourceProperty]
public string Action { get; set; }
Property Value
GamepadHotKey
public HotKey GamepadHotKey { get; }
Property Value
GamepadKey
public GameKey GamepadKey { get; }
Property Value
Key
public InputKey? Key { get; }
Property Value
KeyId
[DataSourceProperty]
public int KeyId { get; set; }
Property Value
KeyIdAsString
[DataSourceProperty]
public string KeyIdAsString { get; set; }
Property Value
Methods
RefreshValues()
public override void RefreshValues()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).