HomeManualTopicsTypesSymbols

std::define_window

defines a rectangular area as the current drawing area

Parameters

screen
some kind of screen
left_x
left border of the window
top_y
top border of the window
right_x
right border of the window
bottom_y
bottom border of the window

Result

screen
the screen with the defined window

Description

All coordinates are "inclusive".

Topic

Terminal

See also

std::draw_text draws text at the given position
std::draw_character draws a character at the given position

Implemented by

std_types::screen defines a rectangular drawing area