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

Method hide_cursor

sdl/src/console.rs:111–113  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

109 }
110
111 fn hide_cursor(&mut self) -> io::Result<()> {
112 self.call(Request::HideCursor)
113 }
114
115 fn is_interactive(&self) -> bool {
116 true

Calls 1

callMethod · 0.80