Splash-Screen Flags
[Splash-Screen System]

The flags are intended to control the splash screen behaviour. More...

Defines

#define SPLASH_FLAGS_BUTTON_A
 Button A.
#define SPLASH_FLAGS_BUTTON_ALL
 All Buttons.
#define SPLASH_FLAGS_BUTTON_B
 Button B.
#define SPLASH_FLAGS_BUTTON_DOWN
 Button Down direction.
#define SPLASH_FLAGS_BUTTON_L
 Button Left shoulder button.
#define SPLASH_FLAGS_BUTTON_LEFT
 Button Left direction.
#define SPLASH_FLAGS_BUTTON_R
 Button Right shoulder button.
#define SPLASH_FLAGS_BUTTON_RIGHT
 Button Right direction.
#define SPLASH_FLAGS_BUTTON_SELECT
 Button Select.
#define SPLASH_FLAGS_BUTTON_START
 Button Start.
#define SPLASH_FLAGS_BUTTON_UP
 Button Up direction.
#define SPLASH_FLAGS_DEFAULT
 Default splash screen flags.
#define SPLASH_FLAGS_LEAVEONBUTTONPRESS
 Leave on button press.
#define SPLASH_FLAGS_WAITFORBUTTONPRESS
 Wait for button press.

Detailed Description

The flags are intended to control the splash screen behaviour.


Define Documentation

#define SPLASH_FLAGS_BUTTON_A

Button A.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_ALL

All Buttons.

This flag will enable all buttons to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_B

Button B.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_DOWN

Button Down direction.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_L

Button Left shoulder button.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_LEFT

Button Left direction.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_R

Button Right shoulder button.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_RIGHT

Button Right direction.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_SELECT

Button Select.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_START

Button Start.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_BUTTON_UP

Button Up direction.

This flag will enable the corresponding button to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.

Note:
You can OR the SPLASH_FLAGS_BUTTON_* flags to enable multiple buttons.
See also:
hel_Splash

#define SPLASH_FLAGS_DEFAULT

Default splash screen flags.

The SPLASH_FLAGS_DEFAULT define represents the common used splash screen flags. All buttons are enabled and it will leave on button press.

See also:
hel_Splash

#define SPLASH_FLAGS_LEAVEONBUTTONPRESS

Leave on button press.

This flag make the splash screen leave when a button has pressed. The splash screen will be correctly blended out.

See also:
hel_Splash

#define SPLASH_FLAGS_WAITFORBUTTONPRESS

Wait for button press.

This flag will display the splash logo until a button has pressed.

See also:
hel_Splash


Generated on Sat Aug 12 13:54:10 2006 for HEL 2 Library by  doxygen 1.4.7