Record TSDL_DisplayMode
Unit
Declaration
type TSDL_DisplayMode = record
Description
Overview
Fields
![]() |
format: cuint32; |
![]() |
w: cint; |
![]() |
h: cint; |
![]() |
refresh_rate: cint; |
![]() |
driverdata: Pointer; |
Description
Fields
![]() |
format: cuint32; |
![]() |
w: cint; |
|
< pixel format * | |
![]() |
h: cint; |
|
< width * | |
![]() |
refresh_rate: cint; |
|
< height * | |
![]() |
driverdata: Pointer; |
|
< refresh rate (or zero for unspecified) * | |
Generated by PasDoc 0.16.0.
