#include <sys/types.h>Go to the source code of this file.
Functions | |
| void | gcons_change_console (size_t index) |
| Notification run on changing console (except kernel console). | |
| void | gcons_in_kernel (void) |
| Change to kernel console. | |
| void | gcons_init (int phone) |
| Initialize nice graphical console environment. | |
| int | gcons_mouse_btn (bool state) |
| Handle mouse click. | |
| void | gcons_mouse_move (ssize_t dx, ssize_t dy) |
| Handle mouse move. | |
| void | gcons_notify_char (size_t index) |
| Notification function that gets called on new output to virtual console. | |
| void | gcons_notify_connect (size_t index) |
| Notification function called on console connect. | |
| void | gcons_notify_disconnect (size_t index) |
| Notification function called on service disconnect from console. | |
| void | gcons_redraw_console (void) |
| Redraws console graphics. | |
Definition in file gcons.h.
1.4.7