#include <XBox.hpp>
|
| | XBox (std::string dev) |
| |
| | ~XBox () |
| |
| virtual void | on_event (std::function< void(struct js_event)> action) |
| |
| virtual void | on_button (std::function< void(int, bool)> action) |
| |
| virtual void | on_axis (std::function< void(int, double)> action) |
| |
| virtual std::string | name () |
| |
| | Thread () |
| |
| virtual | ~Thread () |
| |
| virtual std::string | getId () const |
| |
| virtual void | join () |
| |
| XBox::XBox |
( |
std::string |
dev | ) |
|
|
explicit |
| std::string XBox::name |
( |
| ) |
|
|
virtual |
| void XBox::on_axis |
( |
std::function< void(int, double)> |
action | ) |
|
|
virtual |
| void XBox::on_button |
( |
std::function< void(int, bool)> |
action | ) |
|
|
virtual |
| void XBox::on_event |
( |
std::function< void(struct js_event)> |
action | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- /home/markus/github/eeros-project/eeros-framework/includes/eeros/hal/XBox.hpp
- /home/markus/github/eeros-project/eeros-framework/src/hal/XBox.cpp