mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Android: Add new input mapping implementation
This commit is contained in:
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);
|
Reference in New Issue
Block a user