Converts the device (client) coordinates of a specified position to the display coordinates. You can use this inline function or explicitly send the EE_DEV_TO_VIEW message.
Editor_DevToView( HWND hwnd, POINT_PTR* pptDev, POINT_PTR* pptView );
hwnd
Specifies the window handle of the view or frame of EmEditor.
pptDev
Pointer to a POINT_PTR structure that specifies the device coordinates to be converted.
pptView
Pointer to a POINT_PTR structure to receive the converted display coordinates.
The return value is not used.
Send feedback on this topic to Emurasoft