[Input bridge] Very little doc

This commit is contained in:
khanhduytran0
2020-11-19 19:30:27 +07:00
parent 46dd310c65
commit d6417c7b5a
3 changed files with 27 additions and 0 deletions

View File

@@ -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>

View File

@@ -1,3 +1,11 @@
/*
* V2 input bridge implementation.
*
* Status:
* - Abandoned.
* - 1.13+ works, but below them don't.
*/
#include <jni.h>
#include <assert.h>

View File

@@ -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>