int sceHprmIsHeadphoneExist(void)
Determines whether the headphones are plugged in.
int sceHprmPeekLatch(u32 *latch)
Peek at the current latch data.
int sceHprmReadLatch(u32 *latch)
Read the current latch data.
int sceHprmIsMicrophoneExist(void)
Determines whether the microphone is plugged in.
int sceHprmPeekCurrentKey(u32 *key)
Peek at the current being pressed on the remote.
PspHprmKeys
Enumeration of the remote keys.
Definition psphprm.h:28
int sceHprmIsRemoteExist(void)
Determines whether the remote is plugged in.
@ PSP_HPRM_FORWARD
Definition psphprm.h:30
@ PSP_HPRM_HOLD
Definition psphprm.h:34
@ PSP_HPRM_BACK
Definition psphprm.h:31
@ PSP_HPRM_VOL_DOWN
Definition psphprm.h:33
@ PSP_HPRM_PLAYPAUSE
Definition psphprm.h:29
@ PSP_HPRM_VOL_UP
Definition psphprm.h:32
float x
Definition psptypes.h:0
uint32_t u32
Definition psptypes.h:41