WGInput.h 216 B

12345678910111213
  1. // Copyright 2020 Dolphin Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. namespace ciface::WGInput
  5. {
  6. void Init();
  7. void DeInit();
  8. void PopulateDevices();
  9. } // namespace ciface::WGInput