{{htmlmetatags>metatag-robots=()
metatag-title=(MR_WIDTH | MIDRES library)
metatag-keywords=(Midres,Library,Graphics,Commodore 64,Commodore VIC20,Commodore 16,API)
metatag-description=(Current screen width.)
metatag-media-og:image=(:midres-logo-fb.png)
metatag-og:title=(MR_WIDTH | MIDRES library)
metatag-og:description=(Current screen width.)
}}
====== 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 ''[[:midres_library:reference:mr_screen_height|MR_SCREEN_WIDTH]]'' constant. This information is only necessary for some integrations with other tools, such as ''[[:img2midres|img2midres]]''.
===== See also =====
* ''[[:midres_library:reference:mr_screen_height|MR_SCREEN_WIDTH]]''
===== Example =====
[[:midres_library|{{ :midres-logo.png?nolink&600 |}}]]