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
categoryNamestring
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
savePathPlatformFilePathisRDownSwappedWithRRightbool
Load()
public static void Load()
RegisterInitialContexts(IEnumerable<GameKeyContext>, bool)
public static void RegisterInitialContexts(IEnumerable<GameKeyContext> contexts, bool loadKeys)
Parameters
contextsIEnumerable<GameKeyContext>loadKeysbool
Reset()
public static void Reset()
Save(bool)
public static void Save(bool throwEvent)
Parameters
throwEventbool
ShouldNotifyDocumentVersionDifferent()
public static bool ShouldNotifyDocumentVersionDifferent()
Returns
Tick(float)
public static void Tick(float dt)
Parameters
dtfloat
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).