Turnstone Operating System
|
Text cursor header file. More...
#include <types.h>
Macros | |
#define | ___TEXT_CURSOR_H 0 |
Typedefs | |
typedef void(* | text_cursor_draw_f) (int32_t x, int32_t y, int32_t width, int32_t height, boolean_t flush) |
Functions | |
int8_t | text_cursor_move (int32_t x, int32_t y) |
int8_t | text_cursor_move_relative (int32_t x, int32_t y) |
void | text_cursor_get (int32_t *x, int32_t *y) |
void | text_cursor_toggle (boolean_t flush) |
void | text_cursor_hide (void) |
void | text_cursor_show (void) |
void | text_cursor_enable (boolean_t enabled) |
Variables | |
text_cursor_draw_f | TEXT_CURSOR_DRAW |
function pointer to draw cursor | |
Text cursor header file.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.