Struct ImPlotInputMapPtr
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)
Assembly: ImGui.NET.dll
public struct ImPlotInputMapPtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImPlotInputMapPtr(ImPlotInputMap*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImPlotInputMapPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiMouseButton Fit { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiMouseButton Menu { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ImPlotInputMap*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiModFlags OverrideMod { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiMouseButton Pan { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiModFlags PanMod { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiMouseButton Select { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiMouseButton SelectCancel { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiModFlags SelectHorzMod { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiModFlags SelectMod { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiModFlags SelectVertMod { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref ImGuiModFlags ZoomMod { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public readonly ref float ZoomRate { get; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
|
Improve this Doc
View Source
Declaration
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImPlotInputMapPtr(ImPlotInputMap*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImPlotInputMap*(ImPlotInputMapPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImPlotInputMapPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns