| Index: xfa/fwl/core/cfwl_evtmouse.h
|
| diff --git a/xfa/fwl/core/cfwl_evtmouse.h b/xfa/fwl/core/cfwl_evtmouse.h
|
| index 386301ea5e60458a9e7244d57f159eb724951134..e8b1fd541b9607c31fe762c2d235ff2e049c1abd 100644
|
| --- a/xfa/fwl/core/cfwl_evtmouse.h
|
| +++ b/xfa/fwl/core/cfwl_evtmouse.h
|
| @@ -11,14 +11,10 @@
|
|
|
| class CFWL_EvtMouse : public CFWL_Event {
|
| public:
|
| - CFWL_EvtMouse();
|
| + explicit CFWL_EvtMouse(CFWL_Widget* pSrcTarget);
|
| + CFWL_EvtMouse(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
|
| ~CFWL_EvtMouse() override;
|
|
|
| - CFWL_EventType GetClassID() const override;
|
| -
|
| - FX_FLOAT m_fx;
|
| - FX_FLOAT m_fy;
|
| - uint32_t m_dwFlags;
|
| FWL_MouseCommand m_dwCmd;
|
| };
|
|
|
|
|