[][src]Module coffee::input

Allow players to interact with your game.

Re-exports

pub use keyboard::Keyboard;
pub use mouse::Mouse;

Modules

gamepad

Listen to gamepad events.

keyboard

Listen to keyboard events.

mouse

Listen to mouse events.

window

Listen to window events.

Structs

KeyboardAndMouse

A simple keyboard and mouse input tracker.

Enums

ButtonState

Describes the input state of a key.

Event

An input event.

Traits

Input

The input of your Game.