Struct EmulateThreeButtonMousePtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: ImGui.NET.dll
public struct EmulateThreeButtonMousePtr
Constructors
|
Improve this Doc
View Source
Declaration
public EmulateThreeButtonMousePtr(EmulateThreeButtonMouse*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public EmulateThreeButtonMousePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public bool enabled { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public IntPtr modifier { get; set; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public EmulateThreeButtonMouse*NativePtr { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator EmulateThreeButtonMousePtr(EmulateThreeButtonMouse*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator EmulateThreeButtonMouse*(EmulateThreeButtonMousePtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator EmulateThreeButtonMousePtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns