Module 2dgl::game::gameloop
[-]
[+]
[src]
Stuff related to game loops
Traits
| EventHandler | Something that have the ability to handle events in a game loop |
| Render | Something that have the ability to render graphics in a game loop |
| Update | Something that have the ability to update in a game loop |