pspsdk-1.0+beta2
psputility.h File Reference
Include dependency graph for psputility.h:

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

#define PSP_UTILITY_ACCEPT_CIRCLE   0
#define PSP_UTILITY_ACCEPT_CROSS   1

Enumeration Type Documentation

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.