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

Method locate

sdl/src/console.rs:136–138  ·  view source on GitHub ↗
(&mut self, pos: CharsXY)

Source from the content-addressed store, hash-verified

134 }
135
136 fn locate(&mut self, pos: CharsXY) -> io::Result<()> {
137 self.call(Request::Locate(pos))
138 }
139
140 fn move_within_line(&mut self, off: i16) -> io::Result<()> {
141 self.call(Request::MoveWithinLine(off))

Callers 5

test_sdl_console_clearFunction · 0.45
test_sdl_console_drawFunction · 0.45
runFunction · 0.45

Calls 1

callMethod · 0.80