Nspire I/O  2.0
 All Data Structures Files Functions Variables
Data Fields
nio_console Struct Reference

#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

Detailed Description

Console structure.


Field Documentation

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

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


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