Exemplo n.º 1
0
 /// <summary>
 /// Sets a <see cref="Wave" /> effect on the keypad.
 /// </summary>
 /// <param name="effect">An instance of the <see cref="Wave" /> struct.</param>
 public void SetWave(Wave effect)
 {
     SetGuid(NativeWrapper.CreateKeypadEffect(effect));
 }
Exemplo n.º 2
0
 public void Set(Wave effect)
 {
     SetWave(effect);
 }