mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +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
11
Source/Android/jni/Input/ControlReference.h
Normal file
11
Source/Android/jni/Input/ControlReference.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2022 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
class ControlReference;
|
||||
|
||||
jobject ControlReferenceToJava(JNIEnv* env, ControlReference* control_reference);
|
||||
ControlReference* ControlReferenceFromJava(JNIEnv* env, jobject control_reference);
|
Loading…
Add table
Add a link
Reference in a new issue