mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Android: Add new input mapping implementation
This commit is contained in:
parent
dd8976f18d
commit
2c529b9db1
31 changed files with 847 additions and 487 deletions
13
Source/Android/jni/Input/ControlGroup.h
Normal file
13
Source/Android/jni/Input/ControlGroup.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
// Copyright 2022 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
namespace ControllerEmu
|
||||
{
|
||||
class ControlGroup;
|
||||
}
|
||||
|
||||
jobject ControlGroupToJava(JNIEnv* env, ControllerEmu::ControlGroup* group);
|
Loading…
Add table
Add a link
Reference in a new issue