Struct ImGuiKeyDataPtr
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
Syntax
public struct ImGuiKeyDataPtr
Constructors
|
Improve this Doc
View Source
ImGuiKeyDataPtr(ImGuiKeyData*)
Declaration
public ImGuiKeyDataPtr(ImGuiKeyData*nativePtr)
Parameters
|
Improve this Doc
View Source
ImGuiKeyDataPtr(IntPtr)
Declaration
public ImGuiKeyDataPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
AnalogValue
Declaration
public readonly ref float AnalogValue { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Down
Declaration
public readonly ref bool Down { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
DownDuration
Declaration
public readonly ref float DownDuration { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
DownDurationPrev
Declaration
public readonly ref float DownDurationPrev { get; }
Property Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImGuiKeyData*NativePtr { get; }
Property Value
Operators
|
Improve this Doc
View Source
Implicit(ImGuiKeyData* to ImGuiKeyDataPtr)
Declaration
public static implicit operator ImGuiKeyDataPtr(ImGuiKeyData*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImGuiKeyDataPtr to ImGuiKeyData*)
Declaration
public static implicit operator ImGuiKeyData*(ImGuiKeyDataPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImGuiKeyDataPtr)
Declaration
public static implicit operator ImGuiKeyDataPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns