over action buttons also very cool you guy that hates my fancy hints, hope you know how to do everything
This commit is contained in:
@@ -193,3 +193,6 @@
|
||||
#define SPLASHSCREEN_LAYER 90
|
||||
#define SPLASHSCREEN_PLANE 90
|
||||
#define SPLASHSCREEN_RENDER_TARGET "SPLASHSCREEN_PLANE"
|
||||
|
||||
///Layer for screentips
|
||||
#define SCREENTIP_LAYER 40
|
||||
|
||||
@@ -31,5 +31,15 @@
|
||||
/// Screentips are only enabled when they have context
|
||||
#define SCREENTIP_PREFERENCE_CONTEXT_ONLY "Only with tips"
|
||||
|
||||
/// Screentips enabled, no context
|
||||
#define SCREENTIP_PREFERENCE_NO_CONTEXT "Enabled without tips"
|
||||
|
||||
/// Regardless of intent
|
||||
#define INTENT_ANY "any"
|
||||
|
||||
GLOBAL_LIST_INIT(screentip_pref_options, list(
|
||||
SCREENTIP_PREFERENCE_DISABLED,
|
||||
SCREENTIP_PREFERENCE_ENABLED,
|
||||
SCREENTIP_PREFERENCE_CONTEXT_ONLY,
|
||||
SCREENTIP_PREFERENCE_NO_CONTEXT
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user