gb.buttons.pressed

From Gamebuino Wiki
Jump to: navigation, search

Description

Function used to know when a given button is pressed.

Syntax

gb.buttons.pressed(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

  • boolean: true if the selected button is pressed

Example

See also