Steamworks.NativeMethods.ISteamController_TriggerRepeatedHapticPulse C# (CSharp) Method

ISteamController_TriggerRepeatedHapticPulse() private method

private ISteamController_TriggerRepeatedHapticPulse ( ControllerHandle_t controllerHandle, ESteamControllerPad eTargetPad, ushort usDurationMicroSec, ushort usOffMicroSec, ushort unRepeat, uint nFlags ) : void
controllerHandle ControllerHandle_t
eTargetPad ESteamControllerPad
usDurationMicroSec ushort
usOffMicroSec ushort
unRepeat ushort
nFlags uint
return void
		public static extern void ISteamController_TriggerRepeatedHapticPulse(ControllerHandle_t controllerHandle, ESteamControllerPad eTargetPad, ushort usDurationMicroSec, ushort usOffMicroSec, ushort unRepeat, uint nFlags);
NativeMethods