Difference between revisions of "Gb.keyboard"

From Gamebuino Wiki
Jump to: navigation, search
(Example: source from github)
m
Line 1: Line 1:
{{DISPLAYTITLE:gb.keyboard}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

Revision as of 2014-05-20T21:04:34

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