// Copyright 2014 The PDFium Authors // 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 #ifndef PUBLIC_FPDF_FWLEVENT_H_ #define PUBLIC_FPDF_FWLEVENT_H_ // NOLINTNEXTLINE(build/include) #include "fpdfview.h" #ifdef __cplusplus extern "C" { #endif // __cplusplus // Key flags. FWL_EVENTFLAG; // Virtual keycodes. FWL_VKEYCODE; #ifdef __cplusplus } // extern "C" #endif // __cplusplus #endif // PUBLIC_FPDF_FWLEVENT_H_