{{htmlmetatags>metatag-robots=() metatag-title=(MR_HEIGHT | MIDRES library) metatag-keywords=(Midres,Library,Graphics,Commodore 64,Commodore VIC20,Commodore 16,API) metatag-description=(Current screen height.) metatag-media-og:image=(:midres-logo-fb.png) metatag-og:title=(MR_HEIGHT | MIDRES library) metatag-og:description=(Current screen height.) }} ====== 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 ''[[:midres_library:reference:mr_screen_height|MR_SCREEN_HEIGHT]]'' 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_HEIGHT]]'' ===== Example ===== [[:midres_library|{{ :midres-logo.png?nolink&600 |}}]]