1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-13 09:08:34 +00:00

Updated What is CUE.NET? (markdown)

DarthAffe 2017-01-07 11:24:46 +01:00
parent d8c489462a
commit b77b0792bc

@ -2,4 +2,7 @@ CUE.NET is a C#-library build around the Corsair CUE-SDK. It aims to allow the f
Unlike the original C++ SDK provided by Corsair CUE.NET adds a lot of highly abstract features like [Brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) or [Effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects) which are straight forward to implement and use.
> CUE.NET is NOT intended to be used without knowledge about C# or programming in general!
> CUE.NET is NOT intended to be used without knowledge about C# or programming in general!
In addition to this the [CUE.NET.Input](https://github.com/DarthAffe/CUE.NET.Input)-Module (currently in development) allows you to capture every input from connected devices (currently only keyboards), including G- and other special-keys!