Table of Contents

Struct DisplayMode

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

The sdl display mode

public struct DisplayMode

Inherited Members

Fields

format

The format

public uint format

Field Value

uint

h

The

public int h

Field Value

int

refresh_rate

The refresh rate

public int refresh_rate

Field Value

int

w

The

public int w

Field Value

int

Properties

DriverData

The driver data

public IntPtr DriverData { readonly get; set; }

Property Value

IntPtr