⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module cursor

Module cursor 

Source
Expand description

Hardware cursor sprite rendering.

Provides a 16x16 arrow cursor bitmap and a compositing function to overlay the cursor onto the framebuffer back-buffer.

Constants§

CURSOR_HEIGHT
Cursor height in pixels.
CURSOR_WIDTH
Cursor width in pixels.

Functions§

draw_cursor
Draw the cursor sprite onto a pixel buffer.