Module glutin::event

source ·
Expand description

The Event enum and assorted supporting types.

These are sent to the closure given to EventLoop::run(...), where they get processed and used to modify the program state. For more details, see the root-level documentation.

Structs

Enums

  • Represents raw hardware events that are not associated with any particular window.
  • Describes the input state of a key.
  • Describes a generic event.
  • Describes the force of a touch event
  • Describes a button of a mouse controller.
  • Describes a difference in the mouse scroll wheel state.
  • Describes the reason the event loop is resuming.
  • Describes touch-screen input state.
  • Symbolic name for a keyboard key.
  • Describes an event from a Window.

Type Definitions

  • Identifier for a specific analog axis on some device.
  • Identifier for a specific button on some device.
  • Hardware-dependent keyboard scan code.