VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Ddo.IUiEvent Interface Reference

defines the data that gets passed from DH to plugins on a UiEvent. More...

Properties

uint UiElementId [get]
 corresponds to a value in the Ddo.Enums.UIElementID enumeration. values are defined by the implementation inside the game client. Bound as a uint to prevent SDK version mismatches. More...
 
MouseEventTypeMouseEventType [get]
 the associated mouse event type. null if there was none. More...
 
string Event [get]
 As much as I hate an interface with an unbounded string, this is an unbounded string. typically, if known, the value will be the button/tab text associated with the UI event. ie, "Enter", or "Cancel" More...
 

Detailed Description

defines the data that gets passed from DH to plugins on a UiEvent.


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