Fork me on GitHub

ForceFeedback.

Upload(Effect) Method

Summary

Creates and Plays the effect immediately. If the device is full of effects, it will fail to be uploaded. You will know this by an invalid Effect Handle
Namespace
SharpInputSystem
Containing Type
ForceFeedback

Syntax

public abstract void Upload(Effect effect)

Parameters

Name Type Description
effect Effect

Return Value

Type Description
void