From a37989fe53097e4a0b6e87eb6ba01def1e13b675 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 17 Oct 2018 20:32:41 +0000 Subject: Add FORM_OnLButtonDoubleClick(). The code for this already exists, but is not hooked up to a public API. Hook it up and add a test case. Change-Id: I2ebc8492d8b7347849ff06f664155c6d72ecf76f Reviewed-on: https://pdfium-review.googlesource.com/c/44130 Commit-Queue: Lei Zhang Reviewed-by: dsinclair --- fpdfsdk/cpdfsdk_annothandlermgr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fpdfsdk/cpdfsdk_annothandlermgr.h') diff --git a/fpdfsdk/cpdfsdk_annothandlermgr.h b/fpdfsdk/cpdfsdk_annothandlermgr.h index 690e46cd2e..eb8ef48057 100644 --- a/fpdfsdk/cpdfsdk_annothandlermgr.h +++ b/fpdfsdk/cpdfsdk_annothandlermgr.h @@ -69,6 +69,10 @@ class CPDFSDK_AnnotHandlerMgr { CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point); + bool Annot_OnLButtonDblClk(CPDFSDK_PageView* pPageView, + CPDFSDK_Annot::ObservedPtr* pAnnot, + uint32_t nFlags, + const CFX_PointF& point); bool Annot_OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, -- cgit v1.2.3