M2FullScreen

open class M2FullScreen(tag: Any? = null) : M2Screen

A full-screen display that covers the entire Maverick2 glasses display area (640 × 400 pixels) without any offset positioning.

Use M2FullScreen when the application needs to render across the complete display surface rather than within a centered sub-region.

Parameters

tag

An optional Any tag for identifying this screen instance.

Inheritors

Constructors

Link copied to clipboard
constructor(tag: Any? = null)