#include <esve/ui/base/Mouse_Emitter.hxx>
Inheritance diagram for esve::ui::base::Mouse_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_mouse_move (const Mouse::Position &position) |
| You have somehow figured out that the mouse moved; send that information. | |
| virtual bool | emit_mouse_push (Mouse::Button, const Mouse::Position &position) |
| You have somehow figured out that a mouse button was pushed; send that information. | |
| virtual bool | emit_mouse_release (Mouse::Button, const Mouse::Position &position) |
| You have somehow figured out that a mouse button was released; send that information. | |
1.3.4