|
virtual bool ScimBridgeAgentProtected::filter_key_event |
( |
scim_bridge_imcontext_id_t |
imcontext_id, |
|
|
const scim::KeyEvent & |
key_event |
|
) |
| |
|
pure virtual |
Filter a key event.
- Parameters
-
imcontext_id | The ID of IMContext. |
key_event | The key event. |
- Returns
- Whether the key event is consumed or not.
|