#include <esve/components/dimn/Supermouse_Emitter.hxx>
Inheritance diagram for esve::components::dimn::Supermouse_Emitter:

Public Member Functions | |
| void | add_handler (kernel::Handler &) |
| Child handlers. | |
| void | remove_handler (kernel::Handler &) |
| Child handlers. | |
| void | remove_all_handlers () |
| Child handlers. | |
Protected Member Functions | |
| virtual bool | emit_supermouse_move (const types::pure &position) |
| You have somehow figured out that the supermouse moved; send that information. | |
| virtual bool | emit_supermouse_push (Supermouse::Button, const types::pure &position) |
| You have somehow figured out that a supermouse button was pushed; send that information. | |
| virtual bool | emit_supermouse_release (Supermouse::Button, const types::pure &position) |
| You have somehow figured out that a supermouse button was released; send that information. | |
1.3.4