#include <nspireio2.h>
Data Fields | |
char * | data |
char * | color |
int | cursor_x |
int | cursor_y |
int | max_x |
int | max_y |
int | offset_x |
int | offset_y |
char | default_background_color |
char | default_foreground_color |
BOOL | drawing_enabled |
Console structure.
char* color |
Color pointer
int cursor_x |
Current X position
int cursor_y |
Current Y position
char* data |
Data pointer
Color that will be used as default background
Color that will be used as default foreground
BOOL drawing_enabled |
Automatically draw any new text to the screen
int max_x |
Column count
int max_y |
Row count
int offset_x |
X pixel offset
int offset_y |
Y pixel offset