Table of Contents

Struct InternalAndroidWmInfo

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

The internal android wm info

public struct InternalAndroidWmInfo

Inherited Members

Properties

Surface

Refers to an EGLSurface

public IntPtr Surface { readonly get; set; }

Property Value

IntPtr

Window

Refers to an ANativeWindow

public IntPtr Window { readonly get; set; }

Property Value

IntPtr