[][src]Crate pushrod

Pushrod is a GUI library written in Rust utilizing the SDL2 library for handling input and graphic events.

Modules

engine

This is the main event handler for the Pushrod library. It contains the Event handling main loop, an EventHandler trait for interpreting events that are generated by the main loop, and an enumeration that stores the PushrodEvents.