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