MCPcopy Index your code
hub / github.com/endbasic/endbasic / hide_cursor

Method hide_cursor

st7735s/src/lib.rs:405–407  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

403 }
404
405 fn hide_cursor(&mut self) -> io::Result<()> {
406 self.inner.hide_cursor()
407 }
408
409 fn is_interactive(&self) -> bool {
410 self.inner.is_interactive()

Calls

no outgoing calls