|
void ScimBridgeClientIMContextImpl::mouseHandler |
( |
int |
offset, |
|
|
QEvent::Type |
type, |
|
|
ButtonState |
button, |
|
|
ButtonState |
state |
|
) |
| |
|
virtual |
Filter a mouse event.
- Parameters
-
offset | The cursor offset in the preedit string. |
type | The type of the event. |
button | The button of this event. |
state | The state of the button. |
Implements _ScimBridgeClientIMContext.
|