"Using Locate", by luke_skyscraper
|
Locate simply locates the cursor to an (x,y) position on a graphics context. Very useful for making text input boxes. Of course for printing text you could (and probably should) just use Text(x,y,"text") but its still good to know I think |
| Code | | |