#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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #define SPLASH_FLAGS_BUTTON_ALL |
All Buttons.
This flag will enable all buttons to properly function with SPLASH_FLAGS_WAITFORBUTTONPRESS and SPLASH_FLAGS_LEAVEONBUTTONPRESS.
#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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
OR
the SPLASH_FLAGS_BUTTON_*
flags to enable multiple buttons. #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.
#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.
#define SPLASH_FLAGS_WAITFORBUTTONPRESS |
Wait for button press.
This flag will display the splash logo until a button has pressed.