Table of Contents

Struct InternalDirectfbWmInfo

Namespace
Alis.Core.Graphic.Sdl2.Structs
Assembly
Alis.dll

The internal directfb info

public struct InternalDirectfbWmInfo

Inherited Members

Properties

Dfb

Refers to an IDirectFB*

public IntPtr Dfb { readonly get; set; }

Property Value

IntPtr

Surface

Refers to an IDirectFBSurface*

public IntPtr Surface { readonly get; set; }

Property Value

IntPtr

Window

Refers to an IDirectFBWindow*

public IntPtr Window { readonly get; set; }

Property Value

IntPtr