- Add MouseButton enum to plugin API to determine which mouse button was pressed

- Add some missing documentation
This commit is contained in:
Stone-Red-Code
2021-09-11 14:24:27 +02:00
parent 535062e8c4
commit 36e09acd0e
8 changed files with 145 additions and 59 deletions
+2 -2
View File
@@ -18,12 +18,12 @@ namespace DesktopMagicPluginAPI
Color Color { get; }
/// <summary>
/// Gets the window size of the main application.
/// Gets the window size of the plugin window.
/// </summary>
Point WindowSize { get; }
/// <summary>
/// Gets the window position of the main application.
/// Gets the window position of the plugin window.
/// </summary>
Point WindowPosition { get; }