User Tools

Site Tools


midres_library:reference:mr_width
Translations of this page:


MR_WIDTH (deprecated)

Current screen width.

Declaration

 extern mr_position MR_WIDTH;

Description

This variable maintains the current width 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_WIDTH constant. This information is only necessary for some integrations with other tools, such as img2midres.

See also

Example