xinput_visualiser 0.1.0

Simple XInput controller tool to check the input state.
# XInput Controller status visualiser


## How to use


### Execute


```bash
> cargo run
```

### Install and execute as binary

```bash
> cargo install --path .
> xintool
```

And navigate through the tabs with the `p` (previous) and `n` (next) key on the keyboard.

## Connected


![Connected](connected.png)

## Disconnected


![Connected](disconnected.png)