|
|
Browse by Tags
All Tags » KPL » Keypress
-
Iam wrighting a simpel drawing program for my programing class and when I move the pen wtih a very wide penwidth it can't make the trun smuthly it allways leaves a chunck out . I put in my method main if you need to look at it. oh I am usibg KPL 1.1 not phrogram .
Method Main()Maximize()
max_x= ...
-
There are really only two differences from your original program, and they'll be useful as an explanation to everyone else, so let me do that.
The simple one is how I displayed that status message each time the space bar is pressed: ClearRect(0, 0,
200, 50, White)
PrintInRect("lvlisfarming
is now: ...
|
|
|