mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
- Add MouseButton enum to plugin API to determine which mouse button was pressed
- Add some missing documentation
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user