VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
information about what makes up a mouse event More...
Inherits ICloneable.
Public Member Functions | |
object | Clone () |
Properties | |
MouseEventType | EventType [get, set] |
event type to simulate More... | |
ControlKeyArgs | ControlKeys = new ControlKeyArgs() [get, set] |
Flags for keys held during the mouse event. Alt is not supported. More... | |
short | X [get, set] |
client-relative x (left -> right) coordinate. 0 is left edge. More... | |
short | Y [get, set] |
client-relative y (top -> bottom) coordinate. 0 is top edge. More... | |
int | WheelDistance [get, set] |
Only used for MouseEventType Wheel and WheelHorizontal . value is multiples or divisions of WHEEL_DELTA (120). A positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user. See https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-mousewheel for more information. More... | |
information about what makes up a mouse event