mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
13 lines
195 B
C#
13 lines
195 B
C#
namespace RGB.NET.Devices.Razer;
|
|
|
|
internal enum DeviceType
|
|
{
|
|
Keyboard = 1,
|
|
Mouse = 2,
|
|
Headset = 3,
|
|
Mousepad = 4,
|
|
Keypad = 5,
|
|
System = 6,
|
|
Speakers = 7,
|
|
Invalid
|
|
} |