summaryrefslogtreecommitdiff
path: root/src/devices/input_device.rs
Commit message (Collapse)AuthorAge
* Gate gamepad support behind a feature flagBen Bridle16 hours
| | | | | | | | | This is to make it possible to compile bedrock-pc without gamepad support, which is useful when the target platform doesn't have the libraries for udev (required by the gilrs dependency). This commit is a bit of a hack, it'd be nice to implement this better some day.
* Wake the input device when the mouse is scrolledBen Bridle2025-07-04
| | | | This was omitted in error.
* Initial commitBen Bridle2025-07-03