Add a way to print message to stk gui from java

This commit is contained in:
Benau
2021-05-04 09:03:38 +08:00
parent 008884bd72
commit 75f14740ad
3 changed files with 25 additions and 2 deletions

View File

@@ -71,6 +71,8 @@ public class SuperTuxKartActivity extends SDLActivity
private float m_left_padding;
private float m_right_padding;
// ------------------------------------------------------------------------
public native static void debugMsg(String msg);
// ------------------------------------------------------------------------
private native static void handlePadding(boolean val);
// ------------------------------------------------------------------------
private native static void saveKeyboardHeight(int height);