Struct ImGuiPlatformIOPtr
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 ImGuiPlatformIOPtr
Constructors
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformIOPtr(ImGuiPlatformIO*nativePtr)
Parameters
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformIOPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
Declaration
public ImPtrVector<ImGuiPlatformMonitorPtr> Monitors { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public ImGuiPlatformIO*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_CreateVkSurface { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_CreateWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_DestroyWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_GetWindowDpiScale { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_GetWindowFocus { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_GetWindowMinimized { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_GetWindowPos { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_GetWindowSize { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_OnChangedViewport { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_RenderWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SetImeInputPos { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SetWindowAlpha { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SetWindowFocus { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SetWindowPos { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SetWindowSize { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SetWindowTitle { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_ShowWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_SwapBuffers { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Platform_UpdateWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Renderer_CreateWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Renderer_DestroyWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Renderer_RenderWindow { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Renderer_SetWindowSize { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public IntPtr Renderer_SwapBuffers { get; }
Property Value
| Type |
Description |
| System.IntPtr |
|
|
Improve this Doc
View Source
Declaration
public ImVector<ImGuiViewportPtr> Viewports { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformIOPtr(ImGuiPlatformIO*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformIO*(ImGuiPlatformIOPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static implicit operator ImGuiPlatformIOPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns