- Fix some spelling mistakes

This commit is contained in:
Stone-Red-Code
2021-09-27 16:14:50 +02:00
parent 83f5b28d5c
commit 4e5502977d
7 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ namespace DesktopMagicPluginAPI
/// 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>
public virtual void OnMouseWheel(Point position, int Delta)
/// <param name="delta">A value that indicates the amount that the mouse wheel has changed.</param>
public virtual void OnMouseWheel(Point position, int delta)
{
}
}