mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Android: Support for base color retrieval
This commit is contained in:
@@ -57,6 +57,7 @@ private:
|
||||
jmethodID _is_dark_mode_supported = nullptr;
|
||||
jmethodID _is_dark_mode = nullptr;
|
||||
jmethodID _get_accent_color = nullptr;
|
||||
jmethodID _get_base_color = nullptr;
|
||||
jmethodID _get_clipboard = nullptr;
|
||||
jmethodID _set_clipboard = nullptr;
|
||||
jmethodID _has_clipboard = nullptr;
|
||||
@@ -102,6 +103,7 @@ public:
|
||||
bool is_dark_mode_supported();
|
||||
bool is_dark_mode();
|
||||
Color get_accent_color();
|
||||
Color get_base_color();
|
||||
bool has_get_clipboard();
|
||||
String get_clipboard();
|
||||
bool has_set_clipboard();
|
||||
|
||||
Reference in New Issue
Block a user