mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 14:41:56 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user