PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility.h File Reference
Include dependency graph for psputility.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pspUtilityDialogCommon
 

Macros

#define PSP_UTILITY_ACCEPT_CIRCLE   0
 
#define PSP_UTILITY_ACCEPT_CROSS   1
 

Enumerations

enum  pspUtilityDialogState {
  PSP_UTILITY_DIALOG_NONE = 0 , PSP_UTILITY_DIALOG_INIT , PSP_UTILITY_DIALOG_VISIBLE , PSP_UTILITY_DIALOG_QUIT ,
  PSP_UTILITY_DIALOG_FINISHED
}
 Return-values for the various sceUtility***GetStatus() functions. More...
 

Macro Definition Documentation

◆ PSP_UTILITY_ACCEPT_CIRCLE

#define PSP_UTILITY_ACCEPT_CIRCLE   0

◆ PSP_UTILITY_ACCEPT_CROSS

#define PSP_UTILITY_ACCEPT_CROSS   1

Enumeration Type Documentation

◆ pspUtilityDialogState

Return-values for the various sceUtility***GetStatus() functions.

Enumerator
PSP_UTILITY_DIALOG_NONE 

No dialog is currently active.

PSP_UTILITY_DIALOG_INIT 

The dialog is currently being initialized.

PSP_UTILITY_DIALOG_VISIBLE 

The dialog is visible and ready for use.

PSP_UTILITY_DIALOG_QUIT 

The dialog has been canceled and should be shut down.

PSP_UTILITY_DIALOG_FINISHED 

The dialog has successfully shut down.