![]() |
TTElib
Twitchy Thumbs Entertainment library
|
Functions | |
| bool | IsConnected (unsigned int controllerNum) |
| bool | GetButtonPressed (button_e button, unsigned int controllerNum=0) |
| bool | GetButtonTriggerPressed (button_e button, unsigned int controllerNum=0) |
| bool | GetButtonTriggerReleased (button_e button, unsigned int controllerNum=0) |
| float | GetButtonAnalog (button_e button, unsigned int controllerNum=0) |
| float | GetAnalogStickAxis (analogStickAxis_e axis, unsigned int controllerNum=0) |
| void | GetAccelerometer (float *vec, unsigned int controllerNum=0) |
| void | SetVibrate (float left, float right, unsigned int controllerNum=0) |
| void | SetLightColor (float red, float green, float blue, unsigned int controllerNum=0) |
| void | ResetLightColor (unsigned int controllerNum=0) |
| void TTE::Input::Controller::GetAccelerometer | ( | float * | vec, |
| unsigned int | controllerNum = 0 |
||
| ) |
| float TTE::Input::Controller::GetAnalogStickAxis | ( | analogStickAxis_e | axis, |
| unsigned int | controllerNum = 0 |
||
| ) |
| float TTE::Input::Controller::GetButtonAnalog | ( | button_e | button, |
| unsigned int | controllerNum = 0 |
||
| ) |
| bool TTE::Input::Controller::GetButtonPressed | ( | button_e | button, |
| unsigned int | controllerNum = 0 |
||
| ) |
| bool TTE::Input::Controller::GetButtonTriggerPressed | ( | button_e | button, |
| unsigned int | controllerNum = 0 |
||
| ) |
| bool TTE::Input::Controller::GetButtonTriggerReleased | ( | button_e | button, |
| unsigned int | controllerNum = 0 |
||
| ) |
| bool TTE::Input::Controller::IsConnected | ( | unsigned int | controllerNum | ) |
| void TTE::Input::Controller::ResetLightColor | ( | unsigned int | controllerNum = 0 | ) |
| void TTE::Input::Controller::SetLightColor | ( | float | red, |
| float | green, | ||
| float | blue, | ||
| unsigned int | controllerNum = 0 |
||
| ) |
| void TTE::Input::Controller::SetVibrate | ( | float | left, |
| float | right, | ||
| unsigned int | controllerNum = 0 |
||
| ) |
1.8.8