Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
Callers
3
test_sdl_console_draw
Function · 0.70
test_sdl_console_draw_zero_sized_shapes
Function · 0.70
test_sdl_console_draw_one_sized_rectangles
Function · 0.70
Calls
no outgoing calls
Tested by
3
test_sdl_console_draw
Function · 0.56
test_sdl_console_draw_zero_sized_shapes
Function · 0.56
test_sdl_console_draw_one_sized_rectangles
Function · 0.56