Skip to content

WindowHeight

Added in 0.1.0

The height of the drawable area of the game window, in pixels.

Specification
Applies to
client settings
File
SUN.INI
Section
[Video]
Value
integer
When omitted
ComputedThe window opens at the height the game renders at, ScreenHeight, and afterwards follows it through a resolution change.

This is the size of the window’s drawable area rather than its outer size, so the border and title bar are added on top of it. The window opens centered on the screen.

It works with WindowWidth, which covers how the pair behaves, when the window stops following the rendering resolution, and why a window that does not match the picture’s shape shows bars rather than stretching it.

The value applies only while the game is windowed. A full-screen game covers the desktop and ignores it.

History

  1. Added0.1.0In development

    Present the game through bgfx instead of DirectDraw