Table of Contents

Class StandaloneInputManager

Namespace
TaleWorlds.TwoDimension.Standalone
Assembly
TaleWorlds.TwoDimension.Standalone.dll
public class StandaloneInputManager : IInputManager
Inheritance
StandaloneInputManager
Implements
Inherited Members

Constructors

StandaloneInputManager(GraphicsForm)

public StandaloneInputManager(GraphicsForm graphicsForm)

Parameters

graphicsForm GraphicsForm

Methods

SetLightbarColor(float, float, float)

public void SetLightbarColor(float red, float green, float blue)

Parameters

red float
green float
blue float

SetRumbleEffect(float[], float[], int, float[], float[], int)

public void SetRumbleEffect(float[] lowFrequencyLevels, float[] lowFrequencyDurations, int numLowFrequencyElements, float[] highFrequencyLevels, float[] highFrequencyDurations, int numHighFrequencyElements)

Parameters

lowFrequencyLevels float[]
lowFrequencyDurations float[]
numLowFrequencyElements int
highFrequencyLevels float[]
highFrequencyDurations float[]
numHighFrequencyElements int

SetTriggerFeedback(byte, byte, byte, byte)

public void SetTriggerFeedback(byte leftTriggerPosition, byte leftTriggerStrength, byte rightTriggerPosition, byte rightTriggerStrength)

Parameters

leftTriggerPosition byte
leftTriggerStrength byte
rightTriggerPosition byte
rightTriggerStrength byte

SetTriggerVibration(float[], float[], float[], int, float[], float[], float[], int)

public void SetTriggerVibration(float[] leftTriggerAmplitudes, float[] leftTriggerFrequencies, float[] leftTriggerDurations, int numLeftTriggerElements, float[] rightTriggerAmplitudes, float[] rightTriggerFrequencies, float[] rightTriggerDurations, int numRightTriggerElements)

Parameters

leftTriggerAmplitudes float[]
leftTriggerFrequencies float[]
leftTriggerDurations float[]
numLeftTriggerElements int
rightTriggerAmplitudes float[]
rightTriggerFrequencies float[]
rightTriggerDurations float[]
numRightTriggerElements int

SetTriggerWeaponEffect(byte, byte, byte, byte, byte, byte)

public void SetTriggerWeaponEffect(byte leftStartPosition, byte leftEnd_position, byte leftStrength, byte rightStartPosition, byte rightEndPosition, byte rightStrength)

Parameters

leftStartPosition byte
leftEnd_position byte
leftStrength byte
rightStartPosition byte
rightEndPosition byte
rightStrength byte

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).