Support dark mode on Android and iOS.

This commit is contained in:
Zae
2023-09-26 11:00:04 +08:00
parent c12d63556b
commit 428eb1309a
8 changed files with 84 additions and 2 deletions
+2 -2
View File
@@ -776,14 +776,14 @@
<return type="bool" />
<description>
Returns [code]true[/code] if OS is using dark mode.
[b]Note:[/b] This method is implemented on macOS, Windows and Linux (X11).
[b]Note:[/b] This method is implemented on Android, iOS, macOS, Windows, and Linux (X11).
</description>
</method>
<method name="is_dark_mode_supported" qualifiers="const">
<return type="bool" />
<description>
Returns [code]true[/code] if OS supports dark mode.
[b]Note:[/b] This method is implemented on macOS, Windows and Linux (X11).
[b]Note:[/b] This method is implemented on Android, iOS, macOS, Windows, and Linux (X11).
</description>
</method>
<method name="is_touchscreen_available" qualifiers="const">