#include <xtd/console>
auto main() -> int {
}
static bool is_input_redirected()
Gets a value that indicates whether the input stream has been redirected from the standard input stre...
static int32 buffer_height()
Gets the height of the buffer area.
static bool caps_lock()
Gets a value indicating whether the CAPS LOCK keyboard toggle is turned on or turned off.
static int32 window_height()
Gets the height of the console window area.
static bool treat_control_c_as_input()
Gets a value indicating whether the combination of the Control modifier key and C console key (Ctrl+C...
static bool is_error_redirected()
Gets a value that indicates whether the error output stream has been redirected from the standard err...
static console_color background_color()
Gets the background color of the console.
static console_color foreground_color()
Gets the foreground color of the console.
static int32 cursor_top()
Gets the row position of the cursor within the buffer area.
static int32 cursor_size()
Gets or sets the height of the cursor within a character cell.
static int32 largest_window_height()
Gets the largest possible number of console window rows, based on the current font and screen resolut...
static int32 largest_window_width()
Gets the largest possible number of console window columns, based on the current font and screen reso...
static bool is_output_redirected()
Gets a value that indicates whether the output stream has been redirected from the standard output st...
static xtd::string title()
Gets the title to display in the console title bar.
static int32 cursor_left()
Gets the column position of the cursor within the buffer area.
static bool key_available()
Gets a value indicating whether a key press is available in the input stream.
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
static int32 window_width()
Gets the width of the console window area.
static bool cursor_visible()
Gets a value indicating whether the cursor is visible.
static int32 window_left()
Gets the left of the console window area.
static int32 buffer_width()
Gets the width of the buffer area.
static int32 window_top()
Gets the top of the console window area.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8