Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Function draw-stream-at-*
Lambda List
draw-stream-at-*
(
stream
x
y
&key
surface
(surface *default-surface*)
)
Arguments
stream
-- A stream.
x
-- An integer.
y
-- An integer.
Details
A surface. Defaults to
sdl:*default-surface*
. Draws
stream
on
surface
.