ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:widescreen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
functions:widescreen [2016/10/16 13:22] korshunfunctions:widescreen [2016/10/16 13:24] – [See also] korshun
Line 24: Line 24:
  
 ===== Hud borders ===== ===== Hud borders =====
-''fixed HudBorderXFor (fixed width)''+''fixed HudBorderXFor(fixed width)''
  
-''fixed HudBorderYFor (fixed width)''+''fixed HudBorderYFor(fixed width)''
  
 Return hud borders for the given virtual width or height. Return hud borders for the given virtual width or height.
  
 +===== See also =====
 +
 +Variants of the same functions operating on currently set size, instead of receiving it every time, are available in [[.hudlib|hudlib]] and have the same name, except without the ''For'' prefix.