Data Structures | |
struct | brlapi_writeStruct |
Defines | |
#define | BRLAPI_WRITESTRUCT_INITIALIZER { -1, 0, 0, NULL, NULL, NULL, -1}; |
Functions | |
int | brlapi_writeText (int cursor, const unsigned char *str) |
int | brlapi_writeDots (const unsigned char *dots) |
int | brlapi_write (const brlapi_writeStruct *s) |
|
Allows to initialize a structure of type brlapi_writeStruct * with default values: displayNumber = -1; (unspecified) regionBegin = regionEnd = 0; (update the whole display) text = attrAnd = attrOr = NULL; (no text, no attribute) cursor = -1; (don't touch cursor) |
|
Update a specific region of the braille display and apply and/or masks
|
|
Write the given dots array to the display
|
|
Write the given \0-terminated string to the braille display If the string is too long, it is cut. If it's too short, spaces are appended.
|