Class HotKeyManager
- Namespace
- TaleWorlds.InputSystem
- Assembly
- TaleWorlds.InputSystem.dll
public static class HotKeyManager
- Inheritance
-
HotKeyManager
- Inherited Members
Methods
GetAllCategories()
public static Dictionary<string, GameKeyContext>.ValueCollection GetAllCategories()
Returns
GetCategory(string)
public static GameKeyContext GetCategory(string categoryName)
Parameters
categoryName
string
Returns
GetHotKeyId(string, int)
public static string GetHotKeyId(string categoryName, int hotKeyId)
Parameters
Returns
GetHotKeyId(string, string)
public static string GetHotKeyId(string categoryName, string hotKeyId)
Parameters
Returns
Initialize(PlatformFilePath, bool)
public static void Initialize(PlatformFilePath savePath, bool isRDownSwappedWithRRight)
Parameters
savePath
PlatformFilePathisRDownSwappedWithRRight
bool
Load()
public static void Load()
RegisterInitialContexts(IEnumerable<GameKeyContext>, bool)
public static void RegisterInitialContexts(IEnumerable<GameKeyContext> contexts, bool loadKeys)
Parameters
contexts
IEnumerable<GameKeyContext>loadKeys
bool
Reset()
public static void Reset()
Save(bool)
public static void Save(bool throwEvent)
Parameters
throwEvent
bool
ShouldNotifyDocumentVersionDifferent()
public static bool ShouldNotifyDocumentVersionDifferent()
Returns
Tick(float)
public static void Tick(float dt)
Parameters
dt
float
Events
OnKeybindsChanged
public static event HotKeyManager.OnKeybindsChangedEvent OnKeybindsChanged
Event Type
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).