gb.display.cursorX

From Gamebuino Wiki
Revision as of 2014-08-05T02:14:08 by Matrix828 (talk | contribs) (Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Sets the cursor's X position. Using values between 0 and 83 will allow the text (or parts of it) to be seen.

Syntax

gb.display.cursorX = value;

Value

  • value: any number will work fine.

Example

See also