IMouse does not contain a definition of SetLedAsync | Razer Insider
Skip to main content

IMouse does not contain a definition of SetLedAsync

  • November 8, 2019
  • 0 replies
  • 1 view

In the code I couldn't figure out how to fix the
usings
so i decided to just use
Colore.Data
But when I try to use SetLedAsync I get an error about how IMouse does not contain a definition of SetLedAsync [CODE]private async void Start_Click(object sender, EventArgs e) { var chroma = await ColoreProvider.CreateNativeAsync(); await chroma.Mouse.SetLedAsync(Colore.Effects.Mouse.Led.Strip1, (Colore.Data.Color.Red); }[/CODE]
This topic has been closed for replies.