|
◆ mouseHandler()
virtual void _ScimBridgeClientIMContext::mouseHandler |
( |
int | offset, |
|
|
QEvent::Type | type, |
|
|
ButtonState | button, |
|
|
ButtonState | state ) |
|
pure 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. |
Implemented in ScimBridgeClientIMContextImpl.
|