magma_input
This crate handles user input for the Magma3D engine.
Features
- Keyboard & Mouse
- Gamepad
- Touch
- VR Controls
Usage
This crate should be used together with the rest of the magma_api.
Add this to your Cargo.toml:
[]
= "0.1.0-alpha.2"
Example (with magma_api)
use App;
use InputModule;
Note that the InputModule alone only provides the interface for input management. The backend is implemented in magma_winit.
Cargo Features
currently no features
Disclaimer
This crate is not production ready.