mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-05 07:46:15 +02:00
- Rename src to _src
This commit is contained in:
@@ -0,0 +1,153 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
id: MouseButton
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
- DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: MouseButton
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nMouse Buttons\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum MouseButton
|
||||
content.vb: Public Enum MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
commentId: F:DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
id: Left
|
||||
parent: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Left
|
||||
nameWithType: MouseButton.Left
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton.Left
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Left
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe left mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Left = 0
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
commentId: F:DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
id: Middle
|
||||
parent: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Middle
|
||||
nameWithType: MouseButton.Middle
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton.Middle
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Middle
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe middle mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Middle = 1
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
commentId: F:DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
id: Right
|
||||
parent: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Right
|
||||
nameWithType: MouseButton.Right
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton.Right
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/MouseButton.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Right
|
||||
path: Inputs/MouseButton.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nThe right mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Right = 2
|
||||
return:
|
||||
type: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: DesktopMagicPluginAPI.Inputs.MouseButton
|
||||
Reference in New Issue
Block a user