PistonDevelopers / piston

A modular game engine written in Rust

Home Page:https://www.piston.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put standard event ids in module `event_id` and make them `pub`

bvssvni opened this issue · comments

These might be useful for debugging and should be exposed.

The struct EventId is usually not used, so it could be put in the new event_id module.