diff options
| author | Rinnegatamante | 2017-07-24 14:24:30 +0200 |
|---|---|---|
| committer | Rinnegatamante | 2017-07-24 14:24:30 +0200 |
| commit | 67a0dd0ed61485c656d2e8164481b4c0e61c98df (patch) | |
| tree | 875add2465fb674904ee812371ce9c3ed78b8624 /include/user | |
| parent | Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request. (diff) | |
| download | vds-libraries-67a0dd0ed61485c656d2e8164481b4c0e61c98df.tar.gz | |
Re-added SCE_CTRL_INTERCEPTED.
Diffstat (limited to 'include/user')
| -rw-r--r-- | include/user/ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h index f41792a..3399f99 100644 --- a/include/user/ctrl.h +++ b/include/user/ctrl.h @@ -35,6 +35,7 @@ typedef enum SceCtrlButtons { SCE_CTRL_CIRCLE = 0x00002000, //!< Circle button. SCE_CTRL_CROSS = 0x00004000, //!< Cross button. SCE_CTRL_SQUARE = 0x00008000, //!< Square button. + SCE_CTRL_INTERCEPTED = 0x00010000, //!< Input not available because intercepted by another application SCE_CTRL_PSBUTTON = 0x00010000, //!< Playstation (Home) button. SCE_CTRL_HEADPHONE = 0x00080000, //!< Headphone plugged in. SCE_CTRL_VOLUP = 0x00100000, //!< Volume up button. |
