gb.keyboard

From Gamebuino Wiki
Revision as of 2014-09-05T22:54:33 by Rodot (talk | contribs) (Example: path changed to beta branch)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Displays a keyboard for the user to input some text.

Syntax

gb.keyboard(string, length);

Parameters

  • string (char*): the string that will receive the text written by the user.
  • length (byte): the maximum length of the text the user can input.

Returns

none

Example

See also