chromium/ui/events/gesture_event_details.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/events/gesture_event_details.h"

#include <ostream>

#include "base/check_op.h"
#include "base/notreached.h"
#include "base/types/cxx23_to_underlying.h"

namespace ui {

GestureEventDetails::GestureEventDetails()
    :{}

GestureEventDetails::GestureEventDetails(ui::EventType type)
    :{}

GestureEventDetails::GestureEventDetails(ui::EventType type,
                                         float delta_x,
                                         float delta_y,
                                         ui::ScrollGranularity units)
    :{}

GestureEventDetails::GestureEventDetails(ui::EventType type,
                                         const GestureEventDetails& other)
    :{}

GestureEventDetails::Details::Details() {}

}  // namespace ui