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

Updated Understanding CUE.NET keygroups (keyboard only) (markdown)

DarthAffe 2015-11-14 14:28:47 +01:00
parent 9afa0ee290
commit 5af73131bf

@ -3,7 +3,7 @@
Keygroups are one of the basic features of CUE.NET. Keygroups are one of the basic features of CUE.NET.
They are used to group multiple keys together and apply [brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) and [effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects) to them. They are used to group multiple keys together and apply [brushes](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-brushes) and [effects](https://github.com/DarthAffe/CUE.NET/wiki/Understanding-CUE.NET-effects) to them.
By the default always one keygroup exists. The CorsairKeyboard-class represents a keygroup containing all keys of the keyboard. Since the keyboard-keygroup is always handled first on updates it's especially useful to add a background. By the default always one keygroup exists. The _CorsairKeyboard_-class represents a keygroup containing all keys of the keyboard. Since the keyboard-keygroup is always handled first on updates it's especially useful to add a background.
Every keygroup implements the _IKeyGroup_-interface: Every keygroup implements the _IKeyGroup_-interface:
```C# ```C#