This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
StationObscurum_Unreal/Plugins/FabulousDualSense/README.md

20 lines
925 B
Markdown
Raw Normal View History

2023-09-19 01:40:39 +02:00
# Fabulous DualSense
Input device plugin for **DualSense** controller in **Windows** for **Unreal Engine**.
This plugin includes generic gamepad and touchpad functionality, as well as partial support for the [Device Properties](https://docs.unrealengine.com/en-US/device-properties-in-unreal-engine/) feature (supported device properties are **Device Color**, **Trigger Feedback**, and **Trigger Resistance**).
**This plugin is intended to be used during development only.**
## Quick Start
1. Clone the repository to your project's `Plugins` folder.
2. Recompile your project.
## Credits
- [DualSense Windows API](https://github.com/mattdevv/DualSense-Windows) by Matthew Hall
## License & Contribution
Fabulous DualSense is licensed under the MIT License, see [LICENSE.md](LICENSE.md) for more information. Other developers are encouraged to fork the repository, open issues & pull requests to help the development.