Example #1
0
 /// <summary>
 /// Sets a breathing effect on the mouse.
 /// </summary>
 /// <param name="effect">An instance of the <see cref="Breathing" /> effect.</param>
 public void SetBreathing(Breathing effect)
 {
     SetGuid(NativeWrapper.CreateMouseEffect(effect));
 }
Example #2
0
 public void Set(Breathing effect)
 {
     SetBreathing(effect);
 }