init


Description:

public void init (int? vtfd = null) throws ConsoleAppError

Initialize a console application.

This puts the specified virtual terminal into graphics mode and sets up ncurses for keyboard input. This must be run before calling anything else using the GRX graphics library.

Parameters:

vtfd

File descriptor for virtual terminal to use or null to use the current virtual terminal.

Exceptions:

ConsoleAppError

if initialization failed.


Package: ev3devkit