mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Android: Add input device selection
This commit is contained in:
parent
2113bf5e3a
commit
2b1dd52750
18 changed files with 204 additions and 25 deletions
13
Source/Android/jni/Input/EmulatedController.h
Normal file
13
Source/Android/jni/Input/EmulatedController.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 ControlReference;
|
||||
}
|
||||
|
||||
ControllerEmu::EmulatedController* EmulatedControllerFromJava(JNIEnv* env, jobject obj);
|
Loading…
Add table
Add a link
Reference in a new issue