MCPcopy Index your code
hub / github.com/Andy-Python-Programmer/aero / set_cursor_position

Function set_cursor_position

src/aero_kernel/src/rendy.rs:1004–1008  ·  view source on GitHub ↗

Sets the cursor position to the provided `x` and `y` coordinates. ## Panics If the provided `x` position is greator then the amount of columns. If the provided `y` position is greator then the amount of rows.

(x: usize, y: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

on_keyMethod · 0.85

Calls 3

set_cursor_positionMethod · 0.80
lock_irqMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected