mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Android: remove "nativeSetComposingText" since it's not used anymore
(and it may fail registering at init if code is cleaned with proguard)
This commit is contained in:
parent
eac3d6d3c0
commit
fdef96e233
2 changed files with 2 additions and 21 deletions
|
|
@ -2000,10 +2000,7 @@ class SDLInputConnection extends BaseInputConnection {
|
|||
|
||||
public static native void nativeCommitText(String text, int newCursorPosition);
|
||||
|
||||
public native void nativeGenerateScancodeForUnichar(char c);
|
||||
|
||||
public native void nativeSetComposingText(String text, int newCursorPosition);
|
||||
|
||||
public static native void nativeGenerateScancodeForUnichar(char c);
|
||||
}
|
||||
|
||||
class SDLClipboardHandler implements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue