navigator_syskey_t

Navigator system keys.

Synopsis:

#include <bps/navigator.h>
 
typedef enum {
      NAVIGATOR_SYSKEY_SEND = 0   
      NAVIGATOR_SYSKEY_END = 1   
      NAVIGATOR_SYSKEY_BACK = 2   
} navigator_syskey_t;

Since:

BlackBerry 10.3.1

Data:

NAVIGATOR_SYSKEY_SEND
The 'Send' system key.
NAVIGATOR_SYSKEY_END
The 'End' system key.
NAVIGATOR_SYSKEY_BACK
The 'Back' system key.

Library:

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

Description:

This enumeration defines the different system keys. Not all system keys are available on every device; some devices have no system keys. Note that the 'Menu' key is not a system key. For documentation on the 'Menu' key and the trackpad, please see the API documentation for the Screen library.