mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Add Quartz/CoreGraphics controller interface for default k&m events
This commit is contained in:
14
Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.h
Normal file
14
Source/Core/InputCommon/ControllerInterface/Quartz/Quartz.h
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright 2010 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Quartz
|
||||
{
|
||||
void Init(void* window);
|
||||
void DeInit();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user