mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-24 01:44:38 -04:00
[Input bridge] Very little doc
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* V1 input bridge implementation.
|
||||
*
|
||||
* Status:
|
||||
* - Abandoned.
|
||||
* - Works in any versions.
|
||||
* - More lag than v2 and v3
|
||||
*/
|
||||
|
||||
#include <jni.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* V2 input bridge implementation.
|
||||
*
|
||||
* Status:
|
||||
* - Abandoned.
|
||||
* - 1.13+ works, but below them don't.
|
||||
*/
|
||||
|
||||
#include <jni.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
/*
|
||||
* V3 input bridge implementation.
|
||||
*
|
||||
* Status:
|
||||
* - Active development
|
||||
* - Works with some bugs:
|
||||
* + Modded versions gives broken stuff.
|
||||
* + Broken text input on MC 1.12.2 and below.
|
||||
*/
|
||||
|
||||
#include <jni.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user