android: forgot to update javadoc of JNI wrapper

Change-Id: I2964c030f420638672da5390e11179aee28043e5
This commit is contained in:
Miklos Vajna 2015-02-17 10:49:14 +01:00
parent bfe3a47e1e
commit 1f20a47d0e

View File

@ -37,7 +37,8 @@ public class Office {
/**
* Post a key event to LibreOffice.
* @param type - type of key event
* @param code - key event code
* @param charCode - the Unicode character generated by this event or 0.
* @param keyCode - the integer code representing the key of the event (non-zero for control keys).
*/
public native void postKeyEvent(int type, int charCode, int keyCode);