mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
- Add OnMouseWheel event
This commit is contained in:
@@ -317,7 +317,7 @@
|
||||
Occurs when the window is clicked by the mouse.
|
||||
</summary>
|
||||
<param name="position">The x- and y-coordinates of the mouse pointer position relative to the plugin window.</param>
|
||||
<param name="mouseButton">Gets the button associated with the event.</param>
|
||||
<param name="mouseButton">The button associated with the event.</param>
|
||||
</member>
|
||||
<member name="M:DesktopMagicPluginAPI.Plugin.OnMouseMove(System.Drawing.Point)">
|
||||
<summary>
|
||||
@@ -325,5 +325,12 @@
|
||||
</summary>
|
||||
<param name="position">The x- and y-coordinates of the mouse pointer position relative to the plugin window.</param>
|
||||
</member>
|
||||
<member name="M:DesktopMagicPluginAPI.Plugin.OnMouseWheel(System.Drawing.Point,System.Int32)">
|
||||
<summary>
|
||||
Occurs when the user rotates the mouse wheel while the mouse pointer is over this element.
|
||||
</summary>
|
||||
<param name="position">The x- and y-coordinates of the mouse pointer position relative to the plugin window.</param>
|
||||
<param name="Delta">A value that indicates the amount that the mouse wheel has changed.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Reference in New Issue
Block a user