-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Was just asked whether there was an easy way to get the following:
- A list of all the devices connected
- Easily query if a certain device type is connected (ie. keyboard, mouse etc.)
Right now, you can query a specific device with the following:
Corale.Colore.Core.Chroma.Instance.Query(Corale.Colore.Razer.Devices.Tartarus).Connected
I'm proposing and plan to implement the following methods:
Chroma.Instance.Query(Corale.Colore.Razer.DeviceType deviceType).Connected
Chroma.Instance.ConnectedDevices() which returns List<DeviceInfo>()