EEROS
0.4.1.0
API for the EEROS Real-Time Robotics Framework
|
This is the complete list of members for eeros::hal::Joystick, including all inherited members.
close() | eeros::hal::Joystick | virtual |
current | eeros::hal::Joystick | |
Joystick() | eeros::hal::Joystick | explicit |
last | eeros::hal::Joystick | |
loop() | eeros::hal::Joystick | virtual |
name() | eeros::hal::Joystick | virtual |
on_axis(std::function< void(int, double)> action) | eeros::hal::Joystick | virtual |
on_button(std::function< void(int, bool)> action) | eeros::hal::Joystick | virtual |
on_event(std::function< void(struct js_event)> action) | eeros::hal::Joystick | virtual |
open(const char *device) | eeros::hal::Joystick | virtual |
~Joystick() | eeros::hal::Joystick |