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

Method draw_pixel

sdl/src/console.rs:210–212  ·  view source on GitHub ↗
(&mut self, xy: PixelsXY)

Source from the content-addressed store, hash-verified

208 }
209
210 fn draw_pixel(&mut self, xy: PixelsXY) -> io::Result<()> {
211 self.call(Request::DrawPixel(xy))
212 }
213
214 fn draw_poly(&mut self, points: &[PixelsXY]) -> io::Result<()> {
215 self.call(Request::DrawPoly(points.to_vec()))

Callers 2

test_sdl_console_drawFunction · 0.45

Calls 1

callMethod · 0.80

Tested by 2

test_sdl_console_drawFunction · 0.36