button_physical_t

The physical buttons.

Synopsis:

#include <bps/button.h>
 
typedef enum {
      BUTTON_POWER = 0   
      BUTTON_PLAYPAUSE = 1   
      BUTTON_PLUS = 2   
      BUTTON_MINUS = 3   
} button_physical_t;

Since:

BlackBerry 10.0.0

Data:

BUTTON_POWER
The power button.
BUTTON_PLAYPAUSE
The play-pause button.
BUTTON_PLUS
The plus button.
BUTTON_MINUS
The minus button.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

This enumeration defines each of the physical buttons.