logo

Re-exports

pub use crate::input::keyboard::KeyMods;

Enums

Used in EventHandler to specify where an error originated

Traits

A trait defining event callbacks. This is your primary interface with ggez’s event loop. Implement this trait for a type and override at least the update() and draw() methods, then pass it to event::run() to run the game’s mainloop.

Functions

Terminates the ggez::event::run() loop by setting Context.continuing to false.