Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /pdf /input_utils.h
blob: 6e1b1ea80dd8cc439d6c57efba2ba01011994a42 [file] [log] [blame] [edit]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PDF_INPUT_UTILS_H_
#define PDF_INPUT_UTILS_H_
namespace blink{
classWebMouseEvent;
}// namespace blink
namespace chrome_pdf{
// Normalize a blink::WebMouseEvent. For macOS, normalization means transforming
// the ctrl + left button down events into a right button down event.
blink::WebMouseEventNormalizeMouseEvent(const blink::WebMouseEvent&event);
}// namespace chrome_pdf
#endif// PDF_INPUT_UTILS_H_

[8]ページ先頭

©2009-2025 Movatter.jp