blob: e02726f8ed912e18706ce8cf0fd6e6b990a12e58 [file] [log] [blame]
// Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fwl/cfwl_messagemousewheel.h"
CFWL_MessageMouseWheel::CFWL_MessageMouseWheel(CFWL_Widget* destination,
const CFX_PointF& pos,
const CFX_Vector& delta)
: CFWL_Message(CFWL_Message::Type::kMouseWheel, destination),
pos_(pos),
delta_(delta) {}
CFWL_MessageMouseWheel::~CFWL_MessageMouseWheel() = default;