HPL3/SOMA/Scripting/iGamepad

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

iGamepad has no public fields.

Functions

Return Type Function Name Parameters Description
bool AxesUpdated
bool ButtonIsDown eGamepadButton aButton
bool ButtonIsPressed
bool ButtonIsReleased
float GetAxisDeadZoneRadiusValue
float GetAxisValue eGamepadAxis aAxis
cVector2l GetBallAbsPos eGamepadBall aBall
cGamepadInputData GetButton
cColor GetColorLED
tString GetGamepadName
eGamepadHatState GetHatCurrentState eGamepadHat aHat
cGamepadInputData GetHatState
cGamepadInputData GetInputUpdate
int GetNumAxes
int GetNumBalls
int GetNumButtons
int GetNumHats
cGamepadInputData GetReleasedButton
cGamepadInputData GetUpdatedAxis
bool HasInputUpdates
bool HatIsInState eGamepadHat aHat,
eGamepadHatState aState
bool HatsChanged
void SetAxisDeadZoneRadiusValue float afValue
void SetColorLED const cColor &in aColor
void SetRumble float afValue,
int alMillisec

References


See all references...