#include <esve/ui/base/Keyboard_Emitter.hxx>
Inheritance diagram for esve::ui::base::Keyboard_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_key_push (Keyboard::Key) |
| You have somehow figured out that a key was pushed; send that information. | |
| virtual bool | emit_key_release (Keyboard::Key) |
| You have somehow figured out that a key was released; send that information. | |
| virtual bool | emit_key_release_all () |
| You have somehow figured out that all keys should be released (as far as the application is concerned); send that information. | |
1.3.4