Module three_d::frame [−][src]
Expand description
Input/output from/to the window each frame.
Structs
| FrameInput | Input from the window to the rendering (and whatever else needs it) each frame. |
| FrameOutput | Output from the rendering to the window each frame. |
| Modifiers | State of modifiers (alt, ctrl, shift and command). |
Enums
| Event | An input event (from mouse, keyboard or similar). |
| Key | Keyboard key input. |
| MouseButton | Type of mouse button. |
| State | State of a key or button click. |