VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Common.IKeymap Interface Reference

exposes keybindings to plugins More...

Inherited by VoK.Sdk.Common.KeymapFile.

Public Member Functions

HotKeyEventArgs GetHotkey (string inputAction)
 looks for a keybinding of the requested action. For DDO, input should map to a value in either VoK.Sdk.Ddo.Enums.InputActions or VoK.Sdk.Ddo.Enums.AltInputActions. for example, "SHORTCUT_BAR1_KEY4". For examples, either look at the InputActions enum or look at your own keymap file: USERPROFILE%\My Documents\Dungeons and Dragons Online\ddo.keymap More...
 
string GetAction (HotKeyEventArgs hotkey)
 returns the (string version of) VoK.Sdk.Ddo.Enums.InputActions or VoK.Sdk.Ddo.Enums.AltInputActions of the associated key event. If no mapping is found, it will return null; More...
 

Detailed Description

exposes keybindings to plugins


The documentation for this interface was generated from the following file: