This method is implemented on the client-side. It is called by ABBYY FineReader Engine when Image Viewer, Zoom Viewer, Text Editor, Text Validator, or Document Viewer is double-clicked. It delivers to the client information on the coordinates of the mouse pointer and modification keys have been used.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
C++
C#
Visual Basic .NET
Parameters
Flags [in] Indicates whether various virtual keys are down. This parameter can be any combination of the following values:- MK_CONTROL (0x0008), if Ctrl key is down.
- MK_LBUTTON (0x0001), if left mouse button is down.
- MK_MBUTTON (0x0010), if middle mouse button is down.
- MK_RBUTTON (0x0002), if right mouse button is down.
- MK_SHIFT (0x0004), if Shift key is down.
