Module piston_window::prelude

source ·
Expand description

Exports all of the types exposed by this module, except for graphics.

The graphics module contains a module and function called image, which is very likely to conflict with the image crate.

Using the name “prelude” also suppresses the wildcard import warning from clippy.

Modules

  • Back-end agnostic controller events.
  • Event identifiers.
  • A Piston event loop for games and interactive applications
  • Trait for generic events
  • A flexible structure for user interactions to be used in window frameworks and widgets libraries.
  • Back-end agnostic keyboard keys.
  • Back-end agnostic mouse buttons.
  • Window storage and interfacing traits.

Structs

Enums

Constants

Traits

Type Aliases