Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
5
test_sdl_console_scroll_uses_only_the_text_viewport
Function · 0.45
test_sdl_console_clear
Function · 0.45
test_sdl_console_hide_cursor
Function · 0.45
test_sdl_console_peek_pixel_exact_match
Function · 0.45
run
Function · 0.45
Calls
1
call
Method · 0.80
Tested by
4
test_sdl_console_scroll_uses_only_the_text_viewport
Function · 0.36
test_sdl_console_clear
Function · 0.36
test_sdl_console_hide_cursor
Function · 0.36
test_sdl_console_peek_pixel_exact_match
Function · 0.36