|
OldSchool Library 1.5.1
|
Sony dialog functions in OSLib. More...
Functions | |
| int | oslDialogDrawAndWait (int dialogType) |
| Universal routine which draws the current dialog (of the given dialog type) and waits for the user to finish interacting with it. | |
| int | oslDialogIsActive () |
| Tests whether any of the ERROR, MESSAGE, or NETCONF dialogs is currently active. | |
| int | oslInitMessageDialog (const char *message, int enableYesno) |
| Initializes a Message Dialog. | |
| int | oslInitErrorDialog (const unsigned int error) |
| Initializes an Error Dialog. | |
| void | oslDrawDialog () |
| Draws the current dialog to the screen. | |
| int | oslGetDialogType () |
| Returns the current dialog type. | |
| int | oslGetDialogStatus () |
| Returns the current dialog status. | |
| int | oslGetDialogButtonPressed () |
| Returns the button pressed in the dialog (only for message dialogs with enableYesno == 1). | |
| int | oslInitNetDialog () |
| Initializes the network configuration dialog. | |
| int | oslDialogGetResult () |
| Gets the dialog result (either OSL_DIALOG_CANCEL or OSL_DIALOG_OK). | |
| void | oslEndDialog () |
| Ends the current dialog. | |
Sony dialog functions in OSLib.
This file provides access to Sony's PSP dialogs, such as message dialogs, error dialogs and the network configuration dialog.