mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add ControllerInterface::Win32 to wrap XInput and DInput
This commit is contained in:
15
Source/Core/InputCommon/ControllerInterface/Win32/Win32.h
Normal file
15
Source/Core/InputCommon/ControllerInterface/Win32/Win32.h
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright 2017 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Win32
|
||||
{
|
||||
void Init();
|
||||
void PopulateDevices(void* hwnd);
|
||||
void DeInit();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user