mirror of
https://github.com/joel16/uofw.git
synced 2025-02-21 11:22:42 +00:00
include/ctrl.h: Updated the SCE_CTRL_INTERCEPTED description.
This commit is contained in:
parent
01e7021c51
commit
a0707a76d7
@ -130,7 +130,11 @@ enum SceCtrlPadButtons {
|
||||
SCE_CTRL_CROSS = 0x4000,
|
||||
/** Square button. */
|
||||
SCE_CTRL_SQUARE = 0x8000,
|
||||
/** HOME button. In user mode, this bit is set if the exit dialog is visible.*/
|
||||
/**
|
||||
* If this bit is set, then controller input is being intercepted by the
|
||||
* system software or another application. For example, this is the case
|
||||
* when the PSP's HOME menu is being shown.
|
||||
*/
|
||||
SCE_CTRL_INTERCEPTED = 0x10000,
|
||||
/** Hold button. */
|
||||
SCE_CTRL_HOLD = 0x20000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user