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

Method show_cursor

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

Source from the content-addressed store, hash-verified

159 }
160
161 fn show_cursor(&mut self) -> io::Result<()> {
162 self.call(Request::ShowCursor)
163 }
164
165 fn size_chars(&self) -> io::Result<CharsXY> {
166 self.request_tx.send(Request::SizeChars).expect("Channel must be alive");

Callers 3

test_sdl_console_clearFunction · 0.45
runFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 2

test_sdl_console_clearFunction · 0.36