Handbook
Glossary
draw-background ( board -- )
Vocabulary
tetris
.
gl
Inputs
board
an
object
Outputs
None
Definition
USING:
accessors
kernel
opengl.gl
;
IN:
tetris.gl
:
draw-background
( board -- )
[
0 0
]
dip
[
width>>
]
[
height>>
]
bi
glRectf
;