Module platform

Source
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 on windows, unix, macos, android)
  • pump_events (available on windows, unix, macos, android)

However only the module corresponding to the platform you’re compiling to will be available.

Modules§

modifier_supplement
pump_events
run_on_demand
scancode
startup_notify
Window startup notification to handle window raising.
wayland
x11