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

Function xy

sdl/src/console.rs:823–825  ·  view source on GitHub ↗
(x: i16, y: i16)

Source from the content-addressed store, hash-verified

821 let console = test.console();
822
823 fn xy(x: i16, y: i16) -> PixelsXY {
824 PixelsXY { x, y }
825 }
826
827 // ----
828 // Draw some stuff that is completely visible.

Calls

no outgoing calls