// Copyright 2016 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once #include #include #include "core/hle/service/hid/hid.h" class EmuWindow; namespace KeyMap { extern const std::array mapping_targets; extern const std::array analog_inputs; constexpr int MAX_CIRCLEPAD_POS = 0x9C; /// Max value for a circle pad position }