User Tools

Site Tools


midres_library:reference:mr_height
Translations of this page:


MR_HEIGHT (deprecated)

Current screen height.

Declaration

 extern mr_position MR_HEIGHT;

Description

This variable maintains the current height of the screen, in terms of tiles (characters), as inferred from the running platform. Note that this information is not currently used by the library, which instead uses the MR_SCREEN_HEIGHT constant. This information is only necessary for some integrations with other tools, such as img2midres.

See also

Example