Struct DisplayMode
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl display mode
public struct DisplayModeInherited Members
Fields
format
The format
public uint formatField Value
h
The
public int hField Value
refresh_rate
The refresh rate
public int refresh_rateField Value
w
The
public int wField Value
Properties
DriverData
The driver data
public IntPtr DriverData { readonly get; set; }