The CBXInput4XNA library is a easy to use user input library that provides an easier to way to aquire user input.
Below lists the current status of the various features that are either currently working or on the drawing table. For the most recent source updates see the codeplex site where the most up to date CBXInput4XNA code base is kept.
Working features
- Can get and set button states for keyboard, mouse and gamepad.
- Uses interfaces.
- Stores the previous state of the input devices as well as the current state.
- Comes with a ready made GameComponent for ease of use.
- Code contains conditional compilation so compiling under xbox360 is easier.
Features on the drawing table and issues to be fixed
- Need to add or change the way the developer access game pad info. It currently requires too much coding.
- Consider Specifying a flag that controls what devices are updated. Currently all devices Mouse,KB and gamepad states are captured.
Downloads
Documentation