Module virtual_screen_split

Source
Expand description

Virtualize a screen by splitting it into rectangular regions.

Each screen user is given a rectangular region of the screen. Users can write that portion of the screen but cannot control the general screen settings (e.g., brightness).

Structsยง

Frame
Rectangular region of a screen.
ScreenSplitMux
Split-screen manager that multiplexes for multiple splits.
ScreenSplitUser
An implementation of Screen for a subregion of the actual screen.