This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| functions:updatecursor [2017/06/13 14:11] – korshun | functions:updatecursor [2017/06/13 14:15] (current) – korshun | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * '' | * '' | ||
| - | This function needs to be called in a loop. | + | This function needs to be called in a loop. To minimize input lag, the following sequence needs to be followed: |
| + | |||
| + | - '' | ||
| + | - handle player input | ||
| + | - redraw cursor | ||
| + | - '' | ||
| ===== Examples ===== | ===== Examples ===== | ||
| Line 21: | Line 26: | ||
| Delay(1); | Delay(1); | ||
| } | } | ||
| + | </ | ||