Difference between revisions of "Gb.buttons.timeHeld"

From Gamebuino Wiki
Jump to: navigation, search
(creation)
 
m
 
Line 1: Line 1:
{{DISPLAYTITLE:gb.buttons.timeHeld}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

Latest revision as of 2014-05-20T20:05:45

Description

This function is used to know how long a button has been held down.

Syntax

gb.buttons.timeHeld(button);

Parameters

  • button (byte): the identifier of the button, to choose from BTN_A, BTN_B, BTN_C, BTN_UP, BTN_RIGHT, BTN_DOWN, BTN_LEFT

Returns

  • byte: how long the button has been held down, in number of frames (20 frames per second by default)

Example

See also