Module ctru::console

source ·
Expand description

Virtual text console.

The Console works as a virtual shell that renders on screen all output of stdout. As such, it is useful as a basic interface to show info to the user, such as in simple “Hello World” applications or more complex software that does not need much user interaction.

Have a look at Soc::redirect_to_3dslink() for a better alternative when debugging applications.

Structs§

Enums§

Traits§