Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 authored Oct 24, 2023
1 parent de645ef commit d7d4a9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xtd.core.native/include/xtd/native/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ namespace xtd {
/// @warning Internal use only
static bool cursor_visible(bool visible);

/// @brief Sets the echo of the console on or off.
/// @param on if true the echo is on; otherwise is off.
/// @warning Internal use only
static bool echo(bool on);

/// @brief Gets the foreground color of the console.
Expand Down

0 comments on commit d7d4a9d

Please sign in to comment.