Ejemplo n.º 1
0
 /// <summary>
 /// Sets a breathing effect on the keyboard.
 /// </summary>
 /// <param name="effect">Effect options.</param>
 public void SetBreathing(Breathing effect)
 {
     SetGuid(NativeWrapper.CreateKeyboardEffect(effect));
 }
Ejemplo n.º 2
0
 public void Set(Breathing effect)
 {
     SetBreathing(effect);
 }