Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RgbKeyboard.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
ReLogic.Peripherals.RGB
;
4
5
public
abstract
class
RgbKeyboard
:
RgbDevice
6
{
7
protected
RgbKeyboard
(
RgbDeviceVendor
vendor
,
Fragment
fragment
,
DeviceColorProfile
colorProfile
)
8
:
base
(
vendor
,
RgbDeviceType
.
Keyboard
,
fragment
,
colorProfile
)
9
{
10
}
11
12
public
abstract
void
Render
(
IEnumerable<RgbKey>
keys);
13
}
ReLogic.Peripherals.RGB.DeviceColorProfile
Definition
DeviceColorProfile.cs:7
ReLogic.Peripherals.RGB.Fragment
Definition
Fragment.cs:7
ReLogic.Peripherals.RGB.RgbDevice
Definition
RgbDevice.cs:7
ReLogic.Peripherals.RGB.RgbKeyboard.Render
void Render(IEnumerable< RgbKey > keys)
ReLogic.Peripherals.RGB.RgbKeyboard.RgbKeyboard
RgbKeyboard(RgbDeviceVendor vendor, Fragment fragment, DeviceColorProfile colorProfile)
Definition
RgbKeyboard.cs:7
ReLogic.Peripherals.RGB.RgbKeyboard
Definition
RgbKeyboard.cs:6
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
ReLogic.Peripherals.RGB.RgbDeviceVendor
RgbDeviceVendor
Definition
RgbDeviceVendor.cs:4
ReLogic.Peripherals.RGB.RgbDeviceType
RgbDeviceType
Definition
RgbDeviceType.cs:4
ReLogic.Peripherals.RGB.RgbDeviceType.Keyboard
@ Keyboard
ReLogic.Peripherals.RGB
Definition
CorsairAccessMode.cs:1
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
source
ReLogic
ReLogic.Peripherals.RGB
RgbKeyboard.cs
Generated by
1.10.0