|
Molybden
|
The BrowserDelegate::OnPressKey action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
| PressKeyAction (std::unique_ptr< rpc::internal::Callback > callback) | |
| void | proceed () |
| Continue processing the keyboard event. | |
| void | suppress () |
| Suppress the keyboard event. | |
Public Member Functions inherited from molybden::Action | |
| Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
| std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegate::OnPressKey action.