Module pixel_game_lib::window

source ·

Structs§

  • Re-export winit_input_helper type. The main struct of the API.
  • Re-export winit types. A size represented in physical pixels.
  • Window configuration.

Enums§

  • Re-export winit types. Key represents the meaning of a keypress.
  • Re-export winit types. Code representing the location of a physical key
  • Re-export winit types. Describes a button of a mouse controller.

Functions§

  • Manually create a new window with an event loop and run the game.