Struct InternalDirectfbWmInfo
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The internal directfb info
public struct InternalDirectfbWmInfoInherited Members
Properties
Dfb
Refers to an IDirectFB*
public IntPtr Dfb { readonly get; set; }Property Value
Surface
Refers to an IDirectFBSurface*
public IntPtr Surface { readonly get; set; }Property Value
Window
Refers to an IDirectFBWindow*
public IntPtr Window { readonly get; set; }