mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Android: Add NumericSetting support
This commit is contained in:
parent
2c529b9db1
commit
1c26a85e35
13 changed files with 433 additions and 0 deletions
15
Source/Android/jni/Input/NumericSetting.h
Normal file
15
Source/Android/jni/Input/NumericSetting.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
// Copyright 2022 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
namespace ControllerEmu
|
||||
{
|
||||
class NumericSettingBase;
|
||||
}
|
||||
|
||||
class ControlReference;
|
||||
|
||||
jobject NumericSettingToJava(JNIEnv* env, ControllerEmu::NumericSettingBase* control);
|
Loading…
Add table
Add a link
Reference in a new issue