Module winit::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

  • iosios_platform