TinyDraw

From CodeStuff
Revision as of 20:46, 6 January 2015 by Lerc (Talk | contribs) (Created page with "TinyDraw is a simple drawing program that uses the arrow keys. Individual keyboard keys are identified by keycodes. The variable cx is changed when the left and righ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TinyDraw is a simple drawing program that uses the arrow keys.


Individual keyboard keys are identified by keycodes.

The variable cx is changed when the left and right arrow keys are held down.

The variable cy is changed when the up and down arrow keys are held down.

A filled circle is drawn on the screen at the position cx,cy