mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -82,4 +82,20 @@ jfieldID GetRiivolutionPatchesPointer();
|
|||
jclass GetWiiUpdateCallbackClass();
|
||||
jmethodID GetWiiUpdateCallbackFunction();
|
||||
|
||||
jclass GetControlClass();
|
||||
jfieldID GetControlPointer();
|
||||
jmethodID GetControlConstructor();
|
||||
|
||||
jclass GetControlGroupClass();
|
||||
jfieldID GetControlGroupPointer();
|
||||
jmethodID GetControlGroupConstructor();
|
||||
|
||||
jclass GetControlReferenceClass();
|
||||
jfieldID GetControlReferencePointer();
|
||||
jmethodID GetControlReferenceConstructor();
|
||||
|
||||
jclass GetEmulatedControllerClass();
|
||||
jfieldID GetEmulatedControllerPointer();
|
||||
jmethodID GetEmulatedControllerConstructor();
|
||||
|
||||
} // namespace IDCache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue