|
Turnstone Operating System
|
window mouse operations More...
#include <windowmanager/wnd_mouse.h>#include <windowmanager/wnd_utils.h>#include <device/mouse.h>#include <graphics/screen.h>#include <memory.h>#include <logging.h>#include <utils.h>Functions | |
| MODULE ("turnstone.windowmanager") | |
| int8_t | wndmgr_mouse_init (void) |
| static void | wndmgr_mouse_restore_last_background (void) |
| void | wndmgr_mouse_move_cursor (uint32_t x, uint32_t y) |
Variables | |
| static graphics_raw_image_t * | wndmgr_mouse_image = NULL |
| static uint32_t | wndmgr_last_mouse_x = 0 |
| static uint32_t | wndmgr_last_mouse_y = 0 |
| static boolean_t | wndmgr_mouse_initialized = false |
| pixel_t * | VIDEO_BASE_ADDRESS |
window mouse operations
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.