The physical buttons.
#include <bps/button.h>
typedef enum {
BUTTON_POWER = 0
BUTTON_PLAYPAUSE = 1
BUTTON_PLUS = 2
BUTTON_MINUS = 3
} button_physical_t;
BlackBerry 10.0.0
This enumeration defines each of the physical buttons.