Expand description
Contains traits with platform-specific methods in them.
Contains the follow OS-specific modules:
android
ios
macos
unix
windows
web
And the following platform-specific modules:
run_on_demand
(available onwindows
,unix
,macos
,android
)pump_events
(available onwindows
,unix
,macos
,android
)
However only the module corresponding to the platform you’re compiling to will be available.
Modules
- Window startup notification to handle window raising.