Struct MouseState
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public struct MouseState
Constructors
| Improve this Doc View SourceMouseState(MouseState.MouseFlags, MouseState.MouseButton, Int32, Int32, Int32)
Declaration
public MouseState(MouseState.MouseFlags flags, MouseState.MouseButton button, int x, int y, int wheelDiff)
Parameters
| Type | Name | Description |
|---|---|---|
| MouseState.MouseFlags | flags | |
| MouseState.MouseButton | button | |
| System.Int32 | x | |
| System.Int32 | y | |
| System.Int32 | wheelDiff |
Fields
| Improve this Doc View Sourcebutton
Declaration
public MouseState.MouseButton button
Field Value
| Type | Description |
|---|---|
| MouseState.MouseButton |
flags
Declaration
public MouseState.MouseFlags flags
Field Value
| Type | Description |
|---|---|
| MouseState.MouseFlags |
wheelDiff
Declaration
public int wheelDiff
Field Value
| Type | Description |
|---|---|
| System.Int32 |
x
Declaration
public int x
Field Value
| Type | Description |
|---|---|
| System.Int32 |
y
Declaration
public int y
Field Value
| Type | Description |
|---|---|
| System.Int32 |