libnx
v4.7.0
|
Renderer interface for the console. More...
#include <console.h>
Data Fields | |
bool(* | init )(PrintConsole *con) |
void(* | deinit )(PrintConsole *con) |
void(* | drawChar )(PrintConsole *con, int x, int y, int c) |
void(* | scrollWindow )(PrintConsole *con) |
void(* | flushAndSwap )(PrintConsole *con) |
Renderer interface for the console.