Esempio n. 1
0
 private static extern UInt32 XInputSetState(UInt32 dwUserIndex, ref XINPUT_VIBRATION pVibration);
Esempio n. 2
0
 public UInt32 SetState(UInt32 dwUserIndex, ref XINPUT_VIBRATION pVibration)
 {
     return(XInputSetState(dwUserIndex, ref pVibration));
 }