libnx  v4.6.0
Data Fields
ConsoleRenderer Struct Reference

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)
 

Detailed Description

Renderer interface for the console.


The documentation for this struct was generated from the following file: