BlitzMax

BlitzMax

  • Downloads
  • Docs
  • API
  • Resources
  • About
Edit

SDLDisplayMode

A structure that contains the description of a display mode.

Fields

Field format:UInt

pixel format


Field width:Int

width, in screen coordinates


Field height:Int

height, in screen coordinates


Field refreshRate:Int

refresh rate (or zero for unspecified)


Field driverdata:Byte Ptr

driver-specific data, initialize to 0


Methods

Method BitsPerPixel:Int()

Returns the bits per pixel for the format


  • Fields
    • Field format:UInt
    • Field width:Int
    • Field height:Int
    • Field refreshRate:Int
    • Field driverdata:Byte Ptr
  • Methods
    • Method BitsPerPixel:Int()
BlitzMax
Docs
Getting StartedDownloadsAbout
Community
Resources
More
GitHubStarChat on Discord
Copyright © 2026 Bruce A Henderson