Struct dev_menu::Menu [] [src]

pub struct Menu<T> { /* fields omitted */ }

An in-game developer menu that responds to keyboard events, and can be drawn using a DebugRenderer instance,

Methods

impl<T> Menu<T>
[src]

[src]

Create a new Menu instance

[src]

Add a MenuItem to the menu

[src]

Draw the menu using the current settings object

[src]

Respond to keyboard events