|
|
#include <RobotAPI/drivers/GamepadUnit/Joystick.h>
Public Member Functions | |
| void | close () |
| void | executeEffect (int gain=100, const int nTimes=1) |
| bool | open (std::string const &deviceName, std::string const &deviceEventName) |
| bool | opened () const |
| bool | pollEvent () |
Public Attributes | |
| std::vector< int16_t > | axis |
| std::vector< bool > | buttonsPressed |
| std::string | name |
| int | numberOfAxis |
| int | numberOfButtons |
Definition at line 39 of file Joystick.h.
|
inline |
|
inline |
Definition at line 124 of file Joystick.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 55 of file Joystick.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 95 of file Joystick.h.
|
inline |
| std::vector<int16_t> axis |
Definition at line 48 of file Joystick.h.
| std::vector<bool> buttonsPressed |
Definition at line 49 of file Joystick.h.
| std::string name |
Definition at line 52 of file Joystick.h.
| int numberOfAxis |
Definition at line 50 of file Joystick.h.
| int numberOfButtons |
Definition at line 51 of file Joystick.h.