예제 #1
0
파일: Keypad.cs 프로젝트: danpierce1/Colore
 /// <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));
 }
예제 #2
0
 public void Set(Wave effect)
 {
     SetWave(effect);
 }