Contructs a dsdl2.DisplayMode from a vanilla SDL_DisplayMode from bindbc-sdl
Constructs a dsdl2.DisplayMode by feeding it its attributes
Proxy to the height of the dsdl2.DisplayMode
Gets the internal SDL_DisplayMode representation
Formats the dsdl2.DisplayMode into its construction representation: "dsdl2.DisplayMode(<pixelFormat>, <size>, <refreshRate>, <driverData>)"
Proxy to the width of the dsdl2.DisplayMode
Internal driver data
Pixel format used
Refresh rate per second
Size in pixels
D struct that wraps SDL_DisplayMode containing display mode information